Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

uuid4

import { uuid4 } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/randomjs/mod.ts";

Returns a Universally Unique Identifier Version 4.

See http://en.wikipedia.org/wiki/Universally_unique_identifier

function uuid4(engine: Engine);
§
uuid4(engine: Engine)
[src]

§Parameters