UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 247 B
import { Subscription } from 'rxjs'; /** * Unsubscribes the provided subscription, if it exists and is still opened * @param sub the subscription that should be destroyed */ export declare function destroySubscription(sub: Subscription): void;