UNPKG

rxjs-marbles

Version:

An RxJS marble testing library for any test framework

7 lines (6 loc) 224 B
import { Subscriber } from "rxjs"; export declare class DoneSubscriber<T> extends Subscriber<T> { private onError; constructor(onError: (error: any) => void, onComplete: () => void); unsubscribe(): void; }