Skip to main content
Deno 2 is finally here 🎉️
Learn more
variable typedArraysAreEqual
import { typedArraysAreEqual } from "https://deno.land/x/bencode@v0.1.2/src/util.ts";

type

<T extends Uint8Array>(a: T, b: T) => boolean