UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

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