/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekOfYear
NameSizeModeActions
index.d.ts1970644editdlrm
index.js10480644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts (197B)
import { PluginFunc } from 'dayjs/esm' declare const plugin: PluginFunc export = plugin declare module 'dayjs/esm' { interface Dayjs { week(): number week(value : number): Dayjs } }