Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_es/deps.ts>v4.generate

deno elasticsearch
Go to Latest
function v4.generate
Deprecated
Deprecated

v4 UUID generation is deprecated and will be removed in a future std/uuid release. Use the web standard globalThis.crypto.randomUUID() function instead.

Generate a RFC4122 v4 UUID (pseudo-random).

import { v4 } from "https://deno.land/x/deno_es@v0.4.3/deps.ts";
const { generate } = v4;

Returns

string