5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
/**
|
|
* Returns an AbortSignal that will enter aborted state after `timeoutMs` milliseconds.
|
|
*/
|
|
export declare function abortAfterTimeout(timeoutMs: number): AbortSignal;
|
|
//# sourceMappingURL=utils.d.ts.map
|