/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/updateLocale
NameSizeModeActions
index.d.ts2360644editdlrm
index.js4530644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/updateLocale/index.js (453B)
export default (function (option, Dayjs, dayjs) { dayjs.updateLocale = function (locale, customConfig) { var localeList = dayjs.Ls; var localeConfig = localeList[locale]; if (!localeConfig) return; var customConfigKeys = customConfig ? Object.keys(customConfig) : []; customConfigKeys.forEach(function (c) { localeConfig[c] = customConfig[c]; }); return localeConfig; // eslint-disable-line consistent-return }; });