@coinset/gmocoin
Version:
GMO Coin API client
7 lines • 316 B
TypeScript
import type { Reviver } from '../shared/types/fetch';
import type { RequestInfo, RequestInit } from 'node-fetch';
declare const jsonFetch: <T>(url: RequestInfo, init?: RequestInit | undefined, options?: {
parseJson: Reviver;
} | undefined) => Promise<T>;
export { jsonFetch };
//# sourceMappingURL=fetch.d.ts.map