From 6f07d0bf70d370fc1bb81e90327bba6f42c32c48 Mon Sep 17 00:00:00 2001 From: CRBroughton Date: Thu, 18 Apr 2024 08:02:40 +0100 Subject: [PATCH] docs: :memo: add isArray and isNotArray to docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 255145b..5e67fcf 100644 --- a/README.md +++ b/README.md @@ -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: