/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/customParseFormat
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts (196B)
import { PluginFunc } from 'dayjs/esm'
declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
}
declare const plugin: PluginFunc
export = plugin