UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

5 lines (4 loc) 195 B
import { Agent } from 'undici'; import { FetcherWithCleanup } from './fetcher-type.js'; export declare function getFetcher(configs: Agent.Options): FetcherWithCleanup; export default getFetcher;