UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

5 lines (4 loc) 113 B
export declare const raceWithSignals: <T>( racer: () => Promise<T>, signals?: AbortSignal[] ) => Promise<T>;