• File: bluebird.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/bluebird/js/release/bluebird.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 291 bytes
  • MIME-type: text/plain
  • Charset: utf-8
"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;