Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Export your battles from SplatNet to https://stat.ink
Go to Latest
function uuid.v1.validate
import { uuid } from "https://deno.land/x/s3si@ci/deps.ts";
const { validate } = uuid.v1;

Validates the UUID v1.

Parameters

id: string

UUID value.

Returns

boolean