Skip to main content
Module

x/aleph/lib/@unocss/core.ts>RequiredByKey

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias RequiredByKey
import { type RequiredByKey } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";

Type Parameters

T
optional
K extends keyof T = keyof T
definition: FlatObjectTuple<Required<Pick<T, Extract<keyof T, K>>> & Omit<T, K>>