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




Downloads41,450/wk
•Published2 years ago (0.206.0)
Utilities to manipulate Uint8Arrays that are not built-in to JavaScript
Functions
f
copy(): number
src: Uint8Array,
dst: Uint8Array,
off?: number
Copy bytes from the src array to the dst array. Returns the number of
bytes copied.