@coinset/btcbox
Version:
BTCBOX API client
6 lines • 357 B
TypeScript
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