function bytesEqualsimport { bytesEquals } from "https://deno.land/x/mongo@v0.31.1/tests/test.deps.ts"; bytesEquals(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