Skip to content

Commit f6bfae0

Browse files
joshisteiamkun
authored andcommitted
fix: Type - Export Ls object to query all available locales (#623)
1 parent 96c47fb commit f6bfae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ declare namespace dayjs {
103103
export function isDayjs(d: any): d is Dayjs
104104

105105
export function unix(t: number): Dayjs
106+
107+
const Ls : { [key: string] : { [key: string]: any } }
106108
}

0 commit comments

Comments
 (0)