From 013516b74f7ea26b66fb6760cf3dccf54156fe68 Mon Sep 17 00:00:00 2001 From: Marcus Wood Date: Wed, 9 Apr 2025 19:12:25 +1000 Subject: [PATCH] chore(docs): add SetNonNullable alternative names --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 83e89ea31..8684ab225 100644 --- a/readme.md +++ b/readme.md @@ -371,6 +371,7 @@ type ShouldBeNever = IfAny<'not any', 'not never', 'never'>; - `SetValues` - See [`IterableElement`](source/iterable-element.d.ts) - `PickByTypes` - See [`ConditionalPick`](source/conditional-pick.d.ts) - `HomomorphicOmit` - See [`Except`](source/except.d.ts) +- `DeepNonNullable`/`NonNullableDeep` - See [`SetNonNullable`](set-non-nullable.d.ts) ## Tips