Skip to main content
Module

x/oak/deps.ts>equals

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function equals
import { equals } from "https://deno.land/x/oak@v12.5.0/deps.ts";

Check whether binary arrays are equal to each other.

Parameters

a: Uint8Array

first array to check equality

b: Uint8Array

second array to check equality

Returns

boolean