/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.d.ts (236B)
import { PluginFunc } from 'dayjs/esm' declare const plugin: PluginFunc export = plugin declare module 'dayjs/esm' { export function updateLocale(localeName: string, customConfig: Record): Record }