Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/uint8array/index.ts>ByteArray

A JavaScript extension package for building strong and modern applications.
Latest
class ByteArray
extends Uint8Array
import { 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.

Methods

toJSON(): { type: "ByteArray"; data: number[]; }
toString(): string