Skip to content

Commit

Permalink
docs: 📝 add isArray and isNotArray to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 18, 2024
1 parent a415344 commit 6f07d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A collection of helper TypeScript types to test other TypeScript types. This col
- 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
- isArray - Checks if a type is an array
- isNotArray - Checks if a type is not an array

To install dependencies:

Expand Down

0 comments on commit 6f07d0b

Please sign in to comment.