Skip to content

Commit 2c0d3a9

Browse files
committed
chore: update demo
1 parent 3738cc1 commit 2c0d3a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/demo/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ dayjs().isAfter(dayjs().subtract(1, 'year'))
2828

2929
// isSame
3030
dayjs().isSame(dayjs())
31+
32+
// isLeapYear
33+
dayjs().isLeapYear()

0 commit comments

Comments
 (0)