Skip to main content
Module

std/uuid/v5.ts>validate

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

Validates the UUID v5.

Parameters

id: string

UUID value.

Returns

boolean