Files
welshman/docs/lib/index.md
T
2025-02-25 14:07:44 -08:00

520 B

@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

npm install @welshman/lib