Skip to content

Commit

Permalink
fix(DurationUnit): add date unit (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored May 22, 2023
1 parent aac5997 commit ea7c455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/typings/dateTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export type DurationUnit =
| 'day'
| 'days'
| 'd'
| 'date'
| 'dates'
| 'D'
| 'hour'
| 'hours'
| 'h'
Expand Down

0 comments on commit ea7c455

Please sign in to comment.