UNPKG

@zodiac-ui/ng-observable

Version:

Create powerful reactive components with Angular. AoT compatible and Ivy ready.

5 lines (4 loc) 324 B
import { CompletionObserver, Unsubscribable, TeardownLogic } from "rxjs"; export declare function isCompletionObserver(obj: any): obj is CompletionObserver<any>; export declare function isUnsubscribable(obj: any): obj is Unsubscribable; export declare function isTeardownLogic(teardown: any): teardown is TeardownLogic;