DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
196 Bytes
import { PluginFunc } from 'dayjs/esm'
declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
}
declare const plugin: PluginFunc<PluginOptions>
export = plugin