function equalimport { equal } from "https://deno.land/x/deno@v0.22.0/std/bytes/mod.ts"; equal(a: Uint8Array, match: Uint8Array): booleanCheck whether binary arrays are equal to each other * Parametersa: Uint8Arraymatch: Uint8ArrayReturnsboolean