blob: d5c579b891545e675a2b49f12b61248f01e7c3e5 [file] [log] [blame]
/** PURE_IMPORTS_START PURE_IMPORTS_END */
export function isPromise(value) {
return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function';
}
//# sourceMappingURL=isPromise.js.map