signal.d.ts 98 B

1
  1. export declare function raceWithSignal<T>(promise: Promise<T>, signal?: AbortSignal): Promise<T>;