5afbe5d43c68df0303ea7d6f66942ab1a865c7334530a41def12464e1695732076a35c4ea875446424a94275b7b6335ab7187b4eb174ecb60e88ddb429a983 163 B

12345
  1. export default (function (o, c) {
  2. c.prototype.isSameOrAfter = function (that, units) {
  3. return this.isSame(that, units) || this.isAfter(that, units);
  4. };
  5. });