/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekYear
NameSizeModeActions
index.d.ts1680644editdlrm
index.js3600644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/weekYear/index.d.ts (168B)
import { PluginFunc } from 'dayjs/esm' declare const plugin: PluginFunc export = plugin declare module 'dayjs/esm' { interface Dayjs { weekYear(): number } }