UNPKG

@cxra/routine-assistance

Version:

RA (Routine Assistance).

4 lines (3 loc) 205 B
import { Observable, UnaryFunction } from 'rxjs'; /** Operator to stop subscription with the owner destroyed */ export declare function takeUntilOwner<T>(): UnaryFunction<Observable<T>, Observable<T>>;