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

x/hono/utils/types.ts>RequiredKeysOf

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias RequiredKeysOf
import { type RequiredKeysOf } from "https://deno.land/x/hono@v4.1.4/utils/types.ts";

Type Parameters

BaseType extends object
definition: Exclude<[Key in keyof BaseType]: BaseType extends Record<Key, BaseType[Key]> ? Key : never[keyof BaseType], undefined>