function stringToBytesimport { stringToBytes } from "https://deno.land/std@0.80.0/uuid/_common.ts"; stringToBytes(str: string): number[]Converts a string to a byte array using the char code Parametersstr: stringValue that gets converted Returnsnumber[]