UNPKG

@coinset/gmocoin

Version:
7 lines 316 B
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