Skip to content

Commit

Permalink
fix: Update DayOfYear plugin type (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpict committed Feb 19, 2020
1 parent 4a470fb commit 5809652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/plugin/dayOfYear.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export = plugin
declare module 'dayjs' {
interface Dayjs {
dayOfYear(): number
dayOfYear(value: number): Dayjs
}
}

0 comments on commit 5809652

Please sign in to comment.