Your IP : 216.73.217.95


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@hapi/hoek/lib/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@hapi/hoek/lib/isPromise.js

'use strict';

const internals = {};


module.exports = function (promise) {

    return !!promise && typeof promise.then === 'function';
};