Skip to content

Commit

Permalink
add unix static method. (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
xujif authored and iamkun committed Dec 13, 2018
1 parent dbbdf26 commit 3b47264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -92,4 +92,6 @@ declare namespace dayjs {
export function locale(arg1: any, arg2?: any): string

export function isDayjs(d: any): d is Dayjs

export function unix(t: number): Dayjs
}

0 comments on commit 3b47264

Please sign in to comment.