timing-provider
Version:
An implementation of the timing provider specification.
3 lines • 353 B
TypeScript
import { OperatorFunction } from 'rxjs';
export declare const takeUntilFatalValue: <OtherValue, FatalValue extends OtherValue>(isFatalValue: (value: OtherValue) => value is FatalValue, handleFatalValue: (value: FatalValue) => unknown) => OperatorFunction<OtherValue, Exclude<OtherValue, FatalValue>>;
//# sourceMappingURL=take-until-fatal-value.d.ts.map