/var/www/greso.tech/server/nsm/node_modules/is-promise
NameSizeModeActions
index.js2010644editdlrm
index.mjs1510644editdlrm
LICENSE10580644editdlrm
package.json4710644editdlrm
readme.md8640644editdlrm
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'; }