Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 7, 2024
1 parent 6928635 commit a3da6e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit a3da6e9

Please sign in to comment.