Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@hapi/hoek/lib/isPromise.js

'use strict';

const internals = {};


module.exports = function (promise) {

    return !!promise && typeof promise.then === 'function';
};
Back to Directory File Manager