📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 15:01:01
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
next
/
dist
/
shared
/
lib
📍 /home/supecsoq/.trash/node_modules/next/dist/shared/lib
🔄 Refresh
✏️
Editing: is-thenable.js
Writable
/** * Check to see if a value is Thenable. * * @param promise the maybe-thenable value * @returns true if the value is thenable */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isThenable", { enumerable: true, get: function() { return isThenable; } }); function isThenable(promise) { return promise !== null && typeof promise === 'object' && 'then' in promise && typeof promise.then === 'function'; } //# sourceMappingURL=is-thenable.js.map
💾 Save Changes
❌ Cancel