Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>uuid.v1.validate

Universal process manager built in Deno
Go to Latest
function uuid.v1.validate
import { uuid } from "https://deno.land/x/pup@1.0.0-rc.6/deps.ts";
const { validate } = uuid.v1;

Validates the UUID v1.

Parameters

id: string

UUID value.

Returns

boolean