UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 262 B
import { MonoTypeOperatorFunction, Observable } from 'rxjs'; export declare const echo: <T, U>(callback: (value: U) => void, predicate: (value: U, index: number) => boolean, timer: Observable<U>) => MonoTypeOperatorFunction<T>; //# sourceMappingURL=echo.d.ts.map