UNPKG

promise-hash

Version:

Adds an RSVP-like Promise.hash() method for resolving groups of promises.

6 lines (3 loc) 101 B
const hash = require('./lib/promise-hash'); if (Promise) Promise.hash = hash module.exports = hash