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

x/hex/src/lib/stdx/uuid.ts>v1.validate

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
function v1.validate
import { v1 } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/uuid.ts";
const { validate } = v1;

Validates the UUID v1.

Parameters

id: string

UUID value.

Returns

boolean