Files
Hermes Agent ccc63d1e70 first commit
2026-05-10 13:52:46 +08:00

12 lines
212 B
TypeScript

import { PluginFunc } from 'dayjs'
declare module 'dayjs' {
interface ConfigTypeMap {
bigIntSupport: BigInt
}
export function unix(t: BigInt): Dayjs
}
declare const plugin: PluginFunc
export = plugin