Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>uuid

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function uuid
import { uuid } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Creates an UUID validation action.

Type Parameters

TInput extends string

Returns

UuidAction<TInput, undefined>

An UUID action.

Creates an UUID validation action.

Type Parameters

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

Parameters

message: TMessage

The error message.