• File: isToday.js
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/dayjs/plugin/isToday.js
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 365 bytes
  • MIME-type: text/plain
  • Charset: utf-8
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_isToday=o()}(this,(function(){"use strict";return function(e,o,t){o.prototype.isToday=function(){var e="YYYY-MM-DD",o=t();return this.format(e)===o.format(e)}}}));