/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/isLeapYear
NameSizeModeActions
index.d.ts1710644editdlrm
index.js1810644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts (171B)
import { PluginFunc } from 'dayjs/esm' declare const plugin: PluginFunc export = plugin declare module 'dayjs/esm' { interface Dayjs { isLeapYear(): boolean } }