XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/yargs/lib/ [ drwxr-xr-x ]
module.exports = function isPromise (maybePromise) {
return !!maybePromise && !!maybePromise.then && (typeof maybePromise.then === 'function')
}