UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

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