function bytesToUuidimport { bytesToUuid } from "https://deno.land/std@0.118.0/uuid/_common.ts"; bytesToUuid(bytes: number[] | Uint8Array): stringConverts the byte array to a UUID string Converts the byte array to a UUID string Parametersbytes: number[] | Uint8ArrayUsed to convert Byte to Hex Returnsstring