Opal-Estate-Pro/node_modules/rxjs/_esm5/util/isPromise.js
2019-09-13 11:27:52 +07:00

6 lines
214 B
JavaScript
Executable File

/** PURE_IMPORTS_START PURE_IMPORTS_END */
export function isPromise(value) {
return value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
}
//# sourceMappingURL=isPromise.js.map