UNPKG

unsubscribe-decorator

Version:

A decorator to unsubscribe from RxJs observables

4 lines (3 loc) 129 B
export declare function Unsubscribe(params?: { destroyFunc: string; }): (target: any, propertyKey: string | symbol) => void;