Skip to content

Commit

Permalink
feat(types): add RequireAtLeastOne, RequireExactlyOne, RequireAllOrNone
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Nov 14, 2022
1 parent 17e2e47 commit 1a09798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export type {
PositiveInfinity,
NegativeInfinity,
Simplify,
RequireAtLeastOne,
RequireExactlyOne,
RequireAllOrNone,
} from 'type-fest'

export type {
Expand Down

0 comments on commit 1a09798

Please sign in to comment.