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

std/uuid/_common.ts>bytesToUuid

Deno standard library
Go to Latest
function bytesToUuid
import { bytesToUuid } from "https://deno.land/std@0.181.0/uuid/_common.ts";

Converts the byte array to a UUID string

Parameters

bytes: number[] | Uint8Array

Used to convert Byte to Hex

Returns

string