more-promises

Helpful functions that deal with promises. Avoid fast-failing and wait for all promises to be settled, iterate over arrays and objects, useful promise generation functions, promisify and callbackify.

then-callback

Wrap a promise to allow passing callback to `.then` of given promise, also works as normal `.then`