12 lines
220 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:40 +08:00
import { PluginFunc } from 'dayjs/esm'
declare module 'dayjs/esm' {
interface ConfigTypeMap {
bigIntSupport: BigInt
}
export function unix(t: BigInt): Dayjs
}
declare const plugin: PluginFunc
export = plugin