Skip to main content
Module

x/valibot/mod.ts>RecordKeyAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias RecordKeyAsync
Re-export
import { type RecordKeyAsync } from "https://deno.land/x/valibot@v0.6.0/mod.ts";

Record key type.

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