UNPKG

angular-slickgrid

Version:

Slickgrid components made available in Angular

9 lines (8 loc) 244 B
/** * Unsubscribe all Observables Subscriptions * It will return an empty array if it all went well * @param subscriptions */ export declare function unsubscribeAllObservables(subscriptions: Array<{ unsubscribe: () => void; }>): any[];