Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Nov 15, 2024
1 parent 66f67ef commit 3e55e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ export type Options = {
readonly colonNotation?: boolean;

/**
Hides the year and shows the hidden year additionally as days (365 per year).: `1y 3d 5h 1m 45s` → `368d 5h 1m 45s`.
Hides the year and shows the hidden year additionally as days (365 per year): `1y 3d 5h 1m 45s` → `368d 5h 1m 45s`.
@default false
*/
readonly hideYear?: boolean;

/**
Hides the year and days and shows the hidden values additionally as hours.: `1y 3d 5h 1m 45s` → `8837h 1m 45s`.
Hides the year and days and shows the hidden values additionally as hours: `1y 3d 5h 1m 45s` → `8837h 1m 45s`.
@default false
*/
Expand Down

0 comments on commit 3e55e0a

Please sign in to comment.