All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.promise.js Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version

module.exports = global.Promise

if (!module.exports) {
  try {
    module.exports = require('bluebird')
  } catch (_) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy