🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 08:34:28 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
bluebird
/
js
/
release
📍 /usr/lib/node_modules/npm/node_modules/bluebird/js/release
🔄 Refresh
✏️
Editing: any.js
Read Only
"use strict"; module.exports = function(Promise) { var SomePromiseArray = Promise._SomePromiseArray; function any(promises) { var ret = new SomePromiseArray(promises); var promise = ret.promise(); ret.setHowMany(1); ret.setUnwrap(); ret.init(); return promise; } Promise.any = function (promises) { return any(promises); }; Promise.prototype.any = function () { return any(this); }; };
💾 Save Changes
❌ Cancel