Current Path : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/ |
Current File : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/isPromise.js |
'use strict'; const internals = {}; module.exports = function (promise) { return !!promise && typeof promise.then === 'function'; };