Newer
Older
alert / js / node_modules / dayjs / esm / plugin / customParseFormat / index.d.ts
@Réz István Réz István on 18 Nov 2021 196 bytes first commit
import { PluginFunc } from 'dayjs/esm'

declare interface PluginOptions {
    parseTwoDigitYear?: (yearString: string) => number
}

declare const plugin: PluginFunc<PluginOptions>
export = plugin