extract-opts
Extract the options and callback from a function's arguments easily
reduce-object
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
cb2promise
Converts whatever standard NodeJS callback function into ES6 standard promise.