UNPKG

@sentio/truffle-source-fetcher

Version:

Fetches verified source code from services such as Etherscan

6 lines (5 loc) 183 B
import { AbortController, AbortSignal } from "node-abort-controller"; declare global { type AbortController = typeof AbortController; type AbortSignal = typeof AbortSignal; }