/var/www/myprog.com.ua/server/node/node_modules/is-promise
NameSizeModeActions
index.d.ts1080644editdlrm
index.js2010644editdlrm
index.mjs1510644editdlrm
LICENSE10580644editdlrm
package.json5760644editdlrm
readme.md8640644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/is-promise/index.mjs (151B)
export default function isPromise(obj) { return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; }