Skip to main content
Module

std/uuid/mod.ts>version

The Deno Standard Library
Latest
function version
import { version } from "https://deno.land/std@0.223.0/uuid/mod.ts";

Detect RFC version of a UUID.

Examples

Example 1

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

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

Parameters

uuid: string

Returns

number