x/oak/deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function equals
import { equals } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=equals";

Check whether binary arrays are equal to each other.

Parameters

a: Uint8Array[src]

first array to check equality

b: Uint8Array[src]

second array to check equality