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

x/deno_class_validator/src/decorator/string/IsUUID.ts

Decorator-based property validation for classes.
Latest
import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/string/IsUUID.ts";

Functions

Checks if the string is a UUID (version 3, 4 or 5). If given value is not a string, then it returns false.

Checks if the string is a UUID (version 3, 4 or 5). If given value is not a string, then it returns false.