Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KyResponse

type KyResponse = {
json: <T = unknown>() => Promise<T>;
}
& Response;

§Type

§
{
json: <T = unknown>() => Promise<T>;
}
& Response
[src]