????

Your IP : 18.222.107.172


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/dayjs/plugin/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/dayjs/plugin/customParseFormat.d.ts

import { PluginFunc } from 'dayjs'

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

declare const plugin: PluginFunc<PluginOptions>
export = plugin