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

x/valibot/mod.ts>UuidValidation

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

UUID validation type.

Type Parameters

TInput extends string

Properties

type: "uuid"

The validation type.

requirement: RegExp

The UUID regex.