Uploading the main structure
هذا الالتزام موجود في:
3
node_modules/is-promise/index.mjs
مولّد
مباع
Normal file
3
node_modules/is-promise/index.mjs
مولّد
مباع
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function isPromise(obj) {
|
||||
return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function';
|
||||
}
|
المرجع في مشكلة جديدة
حظر مستخدم