Skip to main content
Module

x/froebel/types.ts>RequiredKeys

A strictly typed utility library.
Go to Latest
type alias RequiredKeys
import { type RequiredKeys } from "https://deno.land/x/froebel@v0.23.1/types.ts";
definition: Exclude<[K in keyof T]: T[K] extends Required<T>[K] ? K : never[keyof T], undefined>