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

x/ayonli_jsext/esm/bytes.js>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/esm/bytes.js";

A byte array is a Uint8Array that can be coerced to a string with utf8 encoding.