From 139510ffe4347d8cc296b6d1e673382c0a24fe03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Correa=20Casablanca?= Date: Thu, 15 Jul 2021 15:41:22 +0200 Subject: [PATCH] list @coderspirit/nominal as an utility types lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a88129b..089ac94 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ There also exist helper type libraries: - [ts-toolbelt](https://github.com/pirix-gh/ts-toolbelt) ([Reddit](https://www.reddit.com/r/typescript/comments/c2nq7k/higher_type_safety_for_typescript_with_tstoolbelt/)) - [tiny-types](https://github.com/jan-molak/tiny-types) - [ts-essentials](https://github.com/krzkaczor/ts-essentials) +- [nominal](https://github.com/Coder-Spirit/nominal) seriously, check some of these out, they represent a ton of accumulated typescript experience.