diff options
Diffstat (limited to 'node_modules/is-promise/index.mjs')
| -rw-r--r-- | node_modules/is-promise/index.mjs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/is-promise/index.mjs b/node_modules/is-promise/index.mjs deleted file mode 100644 index bf9e99b..0000000 --- a/node_modules/is-promise/index.mjs +++ /dev/null @@ -1,3 +0,0 @@ -export default function isPromise(obj) { - return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; -} |