Galerie und tage
This commit is contained in:
10
node_modules/p-is-promise/index.js
generated
vendored
10
node_modules/p-is-promise/index.js
generated
vendored
@@ -1,10 +0,0 @@
|
||||
'use strict';
|
||||
module.exports = x => (
|
||||
x instanceof Promise ||
|
||||
(
|
||||
x !== null &&
|
||||
typeof x === 'object' &&
|
||||
typeof x.then === 'function' &&
|
||||
typeof x.catch === 'function'
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user