UNPKG

@smeijer/ky

Version:

Tiny and elegant HTTP client based on the Fetch API

4 lines 127 B
export type KyResponse<T = unknown> = { json: <J = T>() => Promise<J>; } & Response; //# sourceMappingURL=response.d.ts.map