UNPKG

dayjs

Version:

2KB immutable date time library alternative to Moment.js with the same modern API

9 lines (6 loc) 196 B
import { PluginFunc } from 'dayjs/esm' declare interface PluginOptions { parseTwoDigitYear?: (yearString: string) => number } declare const plugin: PluginFunc<PluginOptions> export = plugin