chore: update packages to latest versions
This commit is contained in:
1
assets/js/dayjs/plugin/isSameOrBefore.js
Normal file
1
assets/js/dayjs/plugin/isSameOrBefore.js
Normal file
@ -0,0 +1 @@
|
||||
!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_isSameOrBefore=i()}(this,(function(){"use strict";return function(e,i){i.prototype.isSameOrBefore=function(e,i){return this.isSame(e,i)||this.isBefore(e,i)}}}));
|
Reference in New Issue
Block a user