/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
is-promise
/
/var/www/greso.tech/server/nsm/node_modules/is-promise
mkdir
upload
Name
Size
Mode
Actions
index.js
201
0644
edit
dl
rm
index.mjs
151
0644
edit
dl
rm
LICENSE
1058
0644
edit
dl
rm
package.json
471
0644
edit
dl
rm
readme.md
864
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/is-promise/index.mjs
(151B)
export default function isPromise(obj) { return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; }
Save
cmd:
run