Skip to main content
Module

x/careful/deps.ts>uuid.version

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

Detect RFC version of a UUID.

import { version } from "https://deno.land/std@0.224.0/uuid/mod.ts"

version("d9428888-122b-11e1-b85c-61cd3cbb3210") // 1
version("109156be-c4fb-41ea-b1b4-efe1671c5836") // 4

Parameters

uuid: string

Returns

number