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