@welshman/lib 
Some general-purpose utilities used elsewhere in @welshman.
Deferredis just a promise withresolveandrejectmethods.Emitterextends EventEmitter to supportemitter.on('*', ...).Fluentis a wrapper around arrays with chained methods that modify and copy the underlying array.LRUCacheis an implementation of an LRU cache.Workeris an implementation of an asynchronous queue.Toolsis a collection of general-purpose utility functions.Storeis an implementation of svelte-like subscribable stores with extra features.