Skip to content

Commit

Permalink
Document a couple of alternative names
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 14, 2023
1 parent a8ffdda commit 10dcb30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ type ShouldBeNever = IfAny<'not any', 'not never', 'never'>;
- `RecordDeep`- See [`Schema`](https://github.com/sindresorhus/type-fest/blob/main/source/schema.d.ts)
- `Mutable`- See [`Writable`](https://github.com/sindresorhus/type-fest/blob/main/source/writable.d.ts)
- `Prettify`- See [`Simplify`](https://github.com/sindresorhus/type-fest/blob/main/source/simplify.d.ts)
- `RequireOnlyOne` - See [`RequireExactlyOne`](https://github.com/sindresorhus/type-fest/blob/main/source/require-exactly-one.d.ts)
- `AtMostOne` - See [`RequireOneOrNone`](https://github.com/sindresorhus/type-fest/blob/main/source/require-one-or-none.d.ts)

## Tips

Expand Down

0 comments on commit 10dcb30

Please sign in to comment.