Skip to main content
Module

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

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

Creates a Nano ID validation action.

Type Parameters

TInput extends string

Returns

NanoIDAction<TInput, undefined>

A Nano ID action.

Creates a Nano ID validation action.

Type Parameters

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

Parameters

message: TMessage

The error message.

Returns

NanoIDAction<TInput, TMessage>

A Nano ID action.