Skip to main content
Module

std/uuid/mod.ts>v5.validate

Deno standard library
Go to Latest
function v5.validate
import { v5 } from "https://deno.land/std@0.75.0/uuid/mod.ts";
const { validate } = v5;

Validates the UUID v5

Parameters

id: string

UUID value

Returns

boolean