This release is versions behind 1.0.6 — the latest version of @std/bytes.
Works with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Downloads13,562/wk
•Published2 years ago (0.208.0)
Utilities to manipulate Uint8Arrays that are not built-in to JavaScript
Provides helper functions to manipulate Uint8Array byte slices that are not
included on the Uint8Array prototype.
Add Package
deno add jsr:@std/bytes
Import symbol
import * as bytes from "@std/bytes";
Import directly with a jsr specifier
import * as bytes from "jsr:@std/bytes";