class ByteArray extends Uint8Arrayimport { ByteArray } from "https://deno.land/x/ayonli_jsext@v0.9.72/uint8array/index.ts"; A byte array is a Uint8Array that can be coerced to a string with utf8 encoding. MethodstoJSON(): { type: "ByteArray"; data: number[]; }toString(): string