Skip to main content
Module

x/froebel/types.ts>OptionalKeys

A strictly typed utility library.
Latest
type alias OptionalKeys
import { type OptionalKeys } from "https://deno.land/x/froebel@v0.23.2/types.ts";
definition: Exclude<keyof T, RequiredKeys<T>>