/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/updateLocale
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
}