Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/types.ts>RequiredKeys

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