Document some tools

This commit is contained in:
Jon Staab
2025-06-04 14:01:00 -07:00
parent e7bf416ae6
commit d2d0b208ed
2 changed files with 41 additions and 4 deletions
+3 -3
View File
@@ -7,10 +7,10 @@ A lightweight TypeScript utility library with zero dependencies, providing essen
## What's Included
- **Utility Functions** - Helpers for arrays, objects, strings, and more
- **LRU Cache** - Efficient caching with automatic eviction policies
- **Task Queue** - Process tasks asynchronously with batching and throttling
- **URL Normalization** - A utility function for normalizing URLs
- **Deferred Promises** - Create promises with exposed resolve/reject methods
- **LRU Cache** - Efficient caching with automatic eviction policies
- **URL Normalization** - A utility function for normalizing URLs
- **Task Queue** - Process tasks asynchronously with batching and throttling
## Installation