Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ky/source/types/response.ts>KyResponse

🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
Latest
type alias KyResponse
import { type KyResponse } from "https://deno.land/x/ky@v1.7.2/source/types/response.ts";

Type Parameters

optional
T = unknown
definition: { json: <J = T>() => Promise<J>; } & Response