Module

x/hono/utils/types.ts>RequiredKeysOf

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias RequiredKeysOf
import { type RequiredKeysOf } from "https://dotland.deno.dev/x/hono@v4.1.5/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>