Skip to content

Commit 5809652

Browse files
authored
fix: Update DayOfYear plugin type (#799)
1 parent 4a470fb commit 5809652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/plugin/dayOfYear.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export = plugin
66
declare module 'dayjs' {
77
interface Dayjs {
88
dayOfYear(): number
9+
dayOfYear(value: number): Dayjs
910
}
1011
}

0 commit comments

Comments
 (0)