Skip to content

Commit

Permalink
fix: fix Update typescript definition
Browse files Browse the repository at this point in the history
fix: fix Update typescript definition
  • Loading branch information
iamkun authored May 9, 2018
2 parents 986f117 + 29f7fe8 commit aad2fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ declare class Dayjs {

isBefore(dayjs: Dayjs): boolean

isSame(dayjs: Dayjs)
isSame(dayjs: Dayjs): boolean

isAfter(dayjs: Dayjs)
isAfter(dayjs: Dayjs): boolean

isLeapYear(): boolean
}
Expand Down

0 comments on commit aad2fc7

Please sign in to comment.