UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

3 lines (2 loc) 104 B
export const abortError = (reason) => new Error('Operation aborted' + (reason ? `: ${reason}` : ''));