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