initial status
This commit is contained in:
8
node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts
generated
vendored
Normal file
8
node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { PluginFunc } from 'dayjs/esm'
|
||||
|
||||
declare interface PluginOptions {
|
||||
parseTwoDigitYear?: (yearString: string) => number
|
||||
}
|
||||
|
||||
declare const plugin: PluginFunc<PluginOptions>
|
||||
export = plugin
|
Reference in New Issue
Block a user