chore: update packages to latest versions
This commit is contained in:
11
assets/js/dayjs/plugin/bigIntSupport.d.ts
vendored
Normal file
11
assets/js/dayjs/plugin/bigIntSupport.d.ts
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface ConfigTypeMap {
|
||||
bigIntSupport: BigInt
|
||||
}
|
||||
export function unix(t: BigInt): Dayjs
|
||||
}
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
Reference in New Issue
Block a user