Files
welshman/packages/lib
2024-11-26 11:54:50 -08:00
..
2024-11-21 16:42:26 -08:00
2024-03-25 14:22:33 -07:00
2024-11-26 11:54:50 -08:00
2024-04-22 13:22:53 -07:00
2024-04-12 14:27:55 -07:00

@welshman/lib version

Some general-purpose utilities used elsewhere in @welshman.

  • Deferred is just a promise with resolve and reject methods.
  • Emitter extends EventEmitter to support emitter.on('*', ...).
  • Fluent is a wrapper around arrays with chained methods that modify and copy the underlying array.
  • LRUCache is an implementation of an LRU cache.
  • Worker is an implementation of an asynchronous queue.
  • Tools is a collection of general-purpose utility functions.
  • Store is an implementation of svelte-like subscribable stores with extra features.