deno.land / x / dayjs@v1.11.5 / types / plugin / customParseFormat.d.ts

customParseFormat.d.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { PluginFunc } from 'dayjs'
declare interface PluginOptions { parseTwoDigitYear?: (yearString: string) => number}
declare const plugin: PluginFunc<PluginOptions>export = plugin
dayjs

Version Info

Tagged at
a year ago