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

x/ky/source/utils/types.ts>Mutable

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Go to Latest
type alias Mutable
import { type Mutable } from "https://deno.land/x/ky@v1.3.0/source/utils/types.ts";
definition: -readonly [P in keyof T]: T[P]