Skip to main content
Module

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

Safe containerization of values for TypeScript
Latest
function uuid.v1.validate
import { uuid } from "https://deno.land/x/careful@v0.1.0/deps.ts";
const { validate } = uuid.v1;

Validates the UUID v1.

Parameters

id: string

UUID value.

Returns

boolean