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

node_modules.bluebird.js.release.bluebird.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
"use strict";
var old;
if (typeof Promise !== "undefined") old = Promise;
function noConflict() {
    try { if (Promise === bluebird) Promise = old; }
    catch (e) {}
    return bluebird;
}
var bluebird = require("./promise")();
bluebird.noConflict = noConflict;
module.exports = bluebird;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy