Preview: isPromise.js
Size: 141 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@hapi/hoek/lib/isPromise.js
'use strict';
const internals = {};
module.exports = function (promise) {
return !!promise && typeof promise.then === 'function';
};
Directory Contents
Dirs: 0 × Files: 26