From ac7bbb565567a5d24b3f4e04a39f6da2da47192f Mon Sep 17 00:00:00 2001 From: James Prevett Date: Mon, 7 Oct 2024 13:16:03 -0500 Subject: [PATCH] Formatting --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index f7b7183..d904345 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,10 @@ 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` +- 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`