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

x/valibot/src/schemas/record/recordAsync.ts>RecordKeyAsync

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

Record key type.

definition: StringSchema<string | number | symbol> | StringSchemaAsync<string | number | symbol>