UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 242 B
import { IObservable } from '../../../../../type/observable.type'; export declare function timeout(duration: number): IObservable<void>; export declare function timeout<GValue>(duration: number, getValue?: () => GValue): IObservable<GValue>;