📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 17:10:29
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
bluebird
/
js
/
release
📍 /usr/lib/node_modules/npm/node_modules/bluebird/js/release
🔄 Refresh
✏️
Editing: bluebird.js
Read Only
"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;
💾 Save Changes
❌ Cancel