Skip to content

Commit aad2fc7

Browse files
authored
fix: fix Update typescript definition
fix: fix Update typescript definition
2 parents 986f117 + 29f7fe8 commit aad2fc7

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)