/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekday
NameSizeModeActions
index.d.ts2020644editdlrm
index.js3660644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekday/index.js (366B)
export default (function (o, c) { var proto = c.prototype; proto.weekday = function (input) { var weekStart = this.$locale().weekStart || 0; var $W = this.$W; var weekday = ($W < weekStart ? $W + 7 : $W) - weekStart; if (this.$utils().u(input)) { return weekday; } return this.subtract(weekday, 'day').add(input, 'day'); }; });