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




Downloads17,679/wk
•Published2 years ago (0.208.0)
Utilities to manipulate Uint8Arrays that are not built-in to JavaScript
Functions
f
endsWith(): boolean
source: Uint8Array,
suffix: Uint8Array
Returns true if the suffix array appears at the end of the source array, false otherwise.