Graduation / ui /node_modules /dayjs /plugin /bigIntSupport.d.ts
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
212 Bytes
import { PluginFunc } from 'dayjs'
declare module 'dayjs' {
interface ConfigTypeMap {
bigIntSupport: BigInt
}
export function unix(t: BigInt): Dayjs
}
declare const plugin: PluginFunc
export = plugin