UNPKG

192 BTypeScriptView Raw
1import { PluginFunc } from 'dayjs'
2
3declare interface PluginOptions {
4 parseTwoDigitYear?: (yearString: string) => number
5}
6
7declare const plugin: PluginFunc<PluginOptions>
8export = plugin