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

x/ky/source/types/request.ts>KyRequest

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

Type Parameters

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