From f7e8d2bd846dd392d5ca3b18e59e356d8e20c6b1 Mon Sep 17 00:00:00 2001 From: CRBroughton Date: Sun, 21 Apr 2024 16:43:04 +0100 Subject: [PATCH] docs: :memo: add Length to the documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e67fcf..dc0f86d 100644 --- a/README.md +++ b/README.md @@ -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: