| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/yargs/build/lib/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/yargs/build/lib/is-promise.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPromise = void 0;
function isPromise(maybePromise) {
return !!maybePromise &&
!!maybePromise.then &&
(typeof maybePromise.then === 'function');
}
exports.isPromise = isPromise;
|