Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>MakeRequired

A powerful and customizable framework for Discordeno
Latest
type alias MakeRequired
Re-export
import { type MakeRequired } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";

Type Parameters

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