first commit
This commit is contained in:
9
app_vue/node_modules/@hapi/hoek/lib/isPromise.js
generated
vendored
Normal file
9
app_vue/node_modules/@hapi/hoek/lib/isPromise.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
const internals = {};
|
||||
|
||||
|
||||
module.exports = function (promise) {
|
||||
|
||||
return !!promise && typeof promise.then === 'function';
|
||||
};
|
Reference in New Issue
Block a user