Skip to content

Commit

Permalink
fix: Type - Export Ls object to query all available locales (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste authored and iamkun committed Jul 4, 2019
1 parent 96c47fb commit f6bfae0
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] : { [key: string]: any } }
}

0 comments on commit f6bfae0

Please sign in to comment.