From a3da6e9bde8406672d29461409ecafc9c6c7a7b8 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Mon, 7 Oct 2024 13:14:45 -0500 Subject: [PATCH] Updated readme --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 51e9be7..f7b7183 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,11 @@ # Utilium -A bunch of utilies for Typescript that I have found to be very useful +A bunch of utilies for Typescript. This includes: + +- Structs (using decorators) +- Compile-time math types +- Debugging types +- Convenience types and functions for strings and objects +- RNG functions +- `List`, a class that combines the best aspects of `Set` and arrays +- `JSONFileMap` and `FolderMap`