function bytes.equalsimport { bytes } from "https://deno.land/x/multiparser@0.114.0/deps.ts"; const { equals } = bytes; equals(a: Uint8Array, b: Uint8Array): booleanCheck whether binary arrays are equal to each other. Parametersa: Uint8Arrayfirst array to check equality b: Uint8Arraysecond array to check equality Returnsboolean