Current Path : /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/bluebird/js/release/ |
Current File : //opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/bluebird/js/release/bluebird.js |
"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;