Skip to content

Commit

Permalink
docs: 📝 update documentation with existing types
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 17, 2024
1 parent e15309c commit 14574a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 14574a6

Please sign in to comment.