UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

5 lines (4 loc) 213 B
/** * Creates an AbortController which will be aborted if/when one of the 'signals' is aborted */ export declare function createAbortControllerFromAbortSignals(signals: readonly AbortSignal[]): AbortController;