function equalsimport { equals } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=equals";equals(a: Uint8Array, b: Uint8Array): booleanCheck whether binary arrays are equal to each other. Parametersa: Uint8Array[src]first array to check equality b: Uint8Array[src]second array to check equality Returnsboolean[src]