first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
9
node_modules/@hapi/hoek/lib/isPromise.js
generated
vendored
Executable file
9
node_modules/@hapi/hoek/lib/isPromise.js
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
const internals = {};
|
||||
|
||||
|
||||
module.exports = function (promise) {
|
||||
|
||||
return !!promise && typeof promise.then === 'function';
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue