Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Go to Latest
interface KyResponse
implements Response
import { type KyResponse } from "https://deno.land/x/ky@v0.31.4/source/types/response.ts";

Properties

json: <T = unknown>() => Promise<T>