Files
welshman/docs/lib/index.md
T
2025-04-09 11:17:12 -07:00

20 lines
678 B
Markdown

# @welshman/lib
[![version](https://badgen.net/npm/v/@welshman/lib)](https://npmjs.com/package/@welshman/lib)
A lightweight TypeScript utility library with zero dependencies, providing essential tools for modern JavaScript development.
## 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
## Installation
```bash
npm install @welshman/lib
```