Add vitepress docs

This commit is contained in:
Ticruz
2025-02-04 14:43:40 +01:00
committed by Jon Staab
parent 43255bcb74
commit 94375a56ec
84 changed files with 10821 additions and 139 deletions
+17
View File
@@ -0,0 +1,17 @@
# @welshman/lib
A lightweight TypeScript utility library with zero dependencies, providing essential tools for modern JavaScript development.
## What's Included
- **Deferred Promises** - Create promises with exposed resolve/reject methods
- **LRU Cache** - Efficient caching with automatic eviction policies
- **Utility Functions** - Helpers for arrays, objects, strings, and more
- **Worker Queue** - Process tasks asynchronously with batching and throttling
## Installation
```bash
npm install @welshman/lib
```