Newer
Older
ez-indexation / app / node_modules / bluebird / js / release / bluebird.js
@kieffer kieffer on 7 Mar 2017 291 bytes v0.0.0
"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;