function uuidToBytesimport { uuidToBytes } from "https://deno.land/std@0.80.0/uuid/_common.ts"; uuidToBytes(uuid: string): number[]Converts a string to a byte array by converting the hex value to a number Parametersuuid: stringValue that gets converted Returnsnumber[]