fetchJson.d.ts 63 B

1
  1. export declare function fetchJson<T>(uri: string): Promise<T>;