UNPKG

ngx-testing-tools

Version:
14 lines (13 loc) 341 B
import { Subject, Subscription } from 'rxjs'; type Remindable = Subscription | Subject<any>; export declare class RxBox { private subs; private subjects; set remind(value: Remindable); bigRemind(values: Remindable[]): void; private cleanAll; private unsubscribe; private complete; private clean; } export {};