UNPKG

allure-js-commons

Version:
2 lines 170 B
export const isPromise = (obj) => !!obj && (typeof obj === "object" || typeof obj === "function") && typeof obj.then === "function"; //# sourceMappingURL=isPromise.js.map