UNPKG

163 BJavaScriptView Raw
1export default (function (o, c) {
2 c.prototype.isSameOrAfter = function (that, units) {
3 return this.isSame(that, units) || this.isAfter(that, units);
4 };
5});
\No newline at end of file