@hirez_io/observer-spy
Version:
A simple little class that helps making Observable testing a breeze
6 lines • 335 B
TypeScript
import { Unsubscribable } from 'rxjs';
export declare function autoUnsubscribe(): void;
export declare function queueForAutoUnsubscribe(subscription: Unsubscribable): void;
export declare function getGlobalSubscribersLength(): number;
export declare function resetAutoUnsubscribe(): void;
//# sourceMappingURL=auto-unsubscribe.d.ts.map