From 3130e772cd0dba3bc5ec797c45ccb157e600ea2d Mon Sep 17 00:00:00 2001 From: Alessandro Palombaro Date: Sun, 27 Jul 2025 07:55:05 +0800 Subject: [PATCH] Add alternative type name (#1199) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index aac4fb8b..4cb05984 100644 --- a/readme.md +++ b/readme.md @@ -336,6 +336,7 @@ Click the type names for complete docs. - `PickByTypes` - See [`ConditionalPick`](source/conditional-pick.d.ts) - `HomomorphicOmit` - See [`Except`](source/except.d.ts) - `IfAny`, `IfNever`, `If*` - See [`If`](source/if.d.ts) +- `MaybePromise` - See [`Promisable`](source/promisable.d.ts) ## Tips