From ab7e01471c6923185927fca0976675629e4e7b42 Mon Sep 17 00:00:00 2001 From: AshGw Date: Thu, 8 Aug 2024 00:42:22 +0100 Subject: [PATCH] docs: added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aea1a54..dd262fe9 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Checkout the full [API reference](https://ts-roids.ashgw.me/) for all usage exam - [`Primitive`](https://ts-roids.ashgw.me/types/Primitive.html) - All [primitive](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) types. - [`ReplaceKeys`](https://ts-roids.ashgw.me/types/ReplaceKeys.html) - Constructs a new type by replacing properties `P` of type ``Obj`` with object type ``Obj2``. - [`RequiredKeys`](https://ts-roids.ashgw.me/types/RequiredKeys.html) - Get the required keys of an object (shallow). +- [`SizedTuple`](https://ts-roids.ashgw.me/types/SizedTuple.html) - Creates a tuple with a specific length, where each element is of a given type. - [`StringEndsWith`](https://ts-roids.ashgw.me/types/StringEndsWith.html) - Checks if a string `S` ends with `E` - [`StringStartsWith`](https://ts-roids.ashgw.me/types/StringStartsWith.html) - Checks if a string `S` starts with `St` - [`StringifyPrimitive

`](https://ts-roids.ashgw.me/types/StringifyPrimitive.html) - Turns a given [``Primitive``](https://ts-roids.ashgw.me/types/Primitive.html) value (except ``symbol``) into its string representation.