UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 266 B
import { IReplaySource } from './replay-source.type'; import { ISource } from '../../type/source.type'; export declare function createReplaySource<GValue, GSource extends ISource<GValue>>(source: GSource, maxNumberOfValues?: number): IReplaySource<GValue, GSource>;