Initial backup 2026-02-17
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
module.exports = isPromise;
|
||||
|
||||
function isPromise(obj) {
|
||||
return obj && typeof obj.then === 'function';
|
||||
}
|
||||
Reference in New Issue
Block a user