NetBird-UptimeKuma/node_modules/dayjs/plugin/customParseFormat.d.ts
La Programmatrice Verde 67df0ea9f6 Added timestamps to logs
2025-08-18 16:04:49 +02:00

9 lines
192 B
TypeScript

import { PluginFunc } from 'dayjs'
declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
}
declare const plugin: PluginFunc<PluginOptions>
export = plugin