Skip to main content
Module

x/valibot/src/actions/nanoid/nanoid.ts>NanoIDAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface NanoIDAction
import { type NanoIDAction } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/actions/nanoid/nanoid.ts";

Nano ID action type.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<NanoIDIssue<TInput>> | undefined

Properties

readonly
type: "nanoid"

The action type.

readonly
reference: nanoid

The action reference.

readonly
expects: null

The expected property.

readonly
requirement: RegExp

The Nano ID regex.

readonly
message: TMessage

The error message.