From 14574a6114db837e35c621cc5c8b134f9c759add Mon Sep 17 00:00:00 2001 From: CRBroughton Date: Wed, 17 Apr 2024 08:33:20 +0100 Subject: [PATCH] docs: :memo: update documentation with existing types --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd490b..255145b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# ts-test +# ts-test-utils + +A collection of helper TypeScript types to test other TypeScript types. This collection so far includes: + +- Equals - Check for equality between two types +- Assignable - Check if one type is assignable to another type +- Excludes - Check if a type doesn't contain another type +- Includes - Check if a type includes another type +- Extends - Check if one type is extending another type To install dependencies: