diff --git a/types/index.d.ts b/types/index.d.ts index 55b3f3304..ff664da55 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -103,4 +103,6 @@ declare namespace dayjs { export function isDayjs(d: any): d is Dayjs export function unix(t: number): Dayjs + + const Ls : { [key: string] : { [key: string]: any } } }