UNPKG

rxjs-marbles-with-amd

Version:

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

4 lines (3 loc) 188 B
import { Observable } from "rxjs"; export declare function assertArgs<T>(observable: Observable<T>): void; export declare function assertSubscriptions<T>(observable: Observable<T>): void;