UNPKG

abort-utils

Version:

Utility functions to use and combine `AbortSignal` and `AbortController` with Promises

6 lines (5 loc) 143 B
export declare class ReusableAbortController { private controller; get signal(): AbortSignal; abortAndReset(reason?: any): void; }