Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
fisker and sindresorhus authored Jan 7, 2024
1 parent 6fb2a08 commit ace9cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type TimeComponents<T extends number | bigint> = {
export type TimeComponents<T extends (number | bigint) = number> = {
days: T;
hours: T;
minutes: T;
Expand Down

0 comments on commit ace9cac

Please sign in to comment.