Skip to content

Commit

Permalink
fix: day of week type literal (#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliejlevine committed Apr 27, 2024
1 parent 0309582 commit f68d73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -114,7 +114,7 @@ declare namespace dayjs {
* ```
* Docs: https://day.js.org/docs/en/get-set/day
*/
day(): number
day(): 0 | 1 | 2 | 3 | 4 | 5 | 6
/**
* Set the day of the week.
*
Expand Down

0 comments on commit f68d73e

Please sign in to comment.