| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/is-promise/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/is-promise/index.mjs |
export default function isPromise(obj) {
return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function';
}