Skip to content

Commit

Permalink
docs: 📝 add Length to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 21, 2024
1 parent a1ca1ff commit f7e8d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A collection of helper TypeScript types to test other TypeScript types. This col
- Extends - Check if one type is extending another type
- isArray - Checks if a type is an array
- isNotArray - Checks if a type is not an array
- Length - Check a given types length; Combine this with the 'Equals' type checker

To install dependencies:

Expand Down

0 comments on commit f7e8d2b

Please sign in to comment.