@lifaon/rx-js-light
Version:
Blazing fast Observables
4 lines (3 loc) • 315 B
TypeScript
import { IScanFunction } from '../../../../../../observer/pipes/built-in/scan/scan-function.type';
import { IObservablePipe } from '../../../../type/observable-pipe.type';
export declare function scanObservablePipe<GIn, GOut>(scanFunction: IScanFunction<GIn, GOut>, initialValue: GOut): IObservablePipe<GIn, GOut>;