Skip to content

Commit 60cc7c0

Browse files
committed
fixed two missing types
1 parent 986f117 commit 60cc7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ declare class Dayjs {
7070

7171
isBefore(dayjs: Dayjs): boolean
7272

73-
isSame(dayjs: Dayjs)
73+
isSame(dayjs: Dayjs): boolean
7474

75-
isAfter(dayjs: Dayjs)
75+
isAfter(dayjs: Dayjs): boolean
7676

7777
isLeapYear(): boolean
7878
}

0 commit comments

Comments
 (0)