Skip to content

Commit

Permalink
Export Ls object to query all available locales
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Jul 4, 2019
1 parent 96c47fb commit 5af4da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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] : any}
}

0 comments on commit 5af4da5

Please sign in to comment.