We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c47fb commit f6bfae0Copy full SHA for f6bfae0
types/index.d.ts
@@ -103,4 +103,6 @@ declare namespace dayjs {
103
export function isDayjs(d: any): d is Dayjs
104
105
export function unix(t: number): Dayjs
106
+
107
+ const Ls : { [key: string] : { [key: string]: any } }
108
}
0 commit comments