UNPKG

allure-js-commons

Version:
6 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPromise = void 0; const isPromise = (obj) => !!obj && (typeof obj === "object" || typeof obj === "function") && typeof obj.then === "function"; exports.isPromise = isPromise; //# sourceMappingURL=isPromise.js.map