Files
PC-vote/.output/server/node_modules/dayjs/plugin/isSameOrBefore.js
A1300399510 3b0cff8ca4 no message
2024-05-15 12:08:59 +08:00

1 line
363 B
JavaScript

!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)}}}));