Skip to main content
Module

std/uuid/_common.ts>bytesToUuid

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

Converts the byte array to a UUID string

Parameters

bytes: number[] | Uint8Array

Used to convert Byte to Hex

Returns

string