Module

std/uuid/mod.ts>v1.validate

Deno standard library
Go to Latest
function v1.validate
import { v1 } from "https://dotland.deno.dev/std@0.146.0/uuid/mod.ts";
const { validate } = v1;

Validates the UUID v1.

Parameters

id: string

UUID value.

Returns

boolean