Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/methods/keyof/keyof.ts>keyof

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function keyof
import { keyof } from "https://deno.land/x/valibot@v0.9.0/src/methods/keyof/keyof.ts";

Creates a enum schema of object keys.

Parameters

schema: TSchema

The object schema.

Returns

EnumSchema<TupleOrNever<UnionToTuple<keyof TSchema["object"]>>>

A enum schema.