Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox/src/typebox.ts>TypeBuilder#KeyOf

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
method TypeBuilder.prototype.KeyOf
import { TypeBuilder } from "https://deno.land/x/typebox@0.25.12/src/typebox.ts";

Standard Creates a keyof type

Parameters

object: T
optional
options: SchemaOptions = [UNSUPPORTED]