initial status
This commit is contained in:
5
node_modules/dayjs/esm/plugin/isSameOrBefore/index.js
generated
vendored
Normal file
5
node_modules/dayjs/esm/plugin/isSameOrBefore/index.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export default (function (o, c) {
|
||||
c.prototype.isSameOrBefore = function (that, units) {
|
||||
return this.isSame(that, units) || this.isBefore(that, units);
|
||||
};
|
||||
});
|
Reference in New Issue
Block a user