UNPKG

@coinset/btcbox

Version:
6 lines 357 B
import type { RequestInit } from 'node-fetch'; declare type PublicAPI<O, R> = (options: O, init?: RequestInit) => Promise<R>; declare type SimplePublicAPI<O, R> = (options?: O, init?: RequestInit) => Promise<R>; declare type Reviver = Parameters<typeof JSON.parse>[1]; export type { PublicAPI, SimplePublicAPI, Reviver }; //# sourceMappingURL=fetch.d.ts.map