Tejesh Mehta
Tejesh Mehta
``` js var opts = {} defaults(opts, { 'foo.bar': 'hai' }) console.log(opts.foo.bar) // "hai" ```
unique
to get unique values in an array 1) make it work with `arr.reduce` 2) maybe accept an an optional `equals` arg?
Provide an option (and better defaults) for naming the reply queues.
Simplify pubsub subscription-id state by using maps and sets
I updated asyncIterator's type to include Iterable so that it can be used with `for...of`. Unfortunately iterall's $$asyncIterator doesn't play nice with typescript, so I had to add some ts-ignores.
Hello @sallar, Thanks for this great library! My application can potentially be running ‘substr’ on many long strings at the same time, so perf is very important. I noticed that...
Didn't have time to fully investigate how this module works: The solution may be hacky, but this fixes NODE_PATH for me..