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

x/valibot/src/validations/ulid/index.ts>UlidValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface UlidValidation
implements BaseValidation<TInput>
import { type UlidValidation } from "https://deno.land/x/valibot@v0.30.0/src/validations/ulid/index.ts";

ULID validation type.

Type Parameters

TInput extends string

Properties

type: "ulid"

The validation type.

requirement: RegExp

The ULID regex.