UNPKG

rxjs-marbles-with-amd

Version:

Forked version of (https://github.com/cartant/rxjs-marbles) An RxJS marble testing library for any test framework

3 lines (2 loc) 195 B
export declare function fakeSchedulers(fakeTest: () => any, now?: () => number): () => any; export declare function fakeSchedulers<T>(fakeTest: (t: T) => any, now?: () => number): (t: T) => any;