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

x/ky/source/types/common.ts>Required

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Go to Latest
type alias Required
import { type Required } from "https://deno.land/x/ky@v1.3.0/source/types/common.ts";

Type Parameters

T
optional
K extends keyof T = keyof T
definition: T & [P in K]-?: T[P]