Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>Cuid2Validation

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

Cuid2 validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "cuid2"; requirement: RegExp; }