Skip to main content
Latest
type alias KeysWithUndefined
import { type KeysWithUndefined } from "https://deno.land/x/discordeno@18.0.1/plugins/validations/deps.ts";
definition: [K in keyof T]-?: undefined extends T[K] ? K : null extends T[K] ? K : never[keyof T]