Skip to main content
Module

x/wackford/discordeno.ts>MakeRequired

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
type alias MakeRequired
Re-export
import { type MakeRequired } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Type Parameters

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