# @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 - **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 ```bash npm install @welshman/lib ```