Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/bytes/mod.ts>equal

A modern runtime for JavaScript and TypeScript.
Go to Latest
function equal
import { equal } from "https://deno.land/x/deno@v0.22.0/std/bytes/mod.ts";

Check whether binary arrays are equal to each other *

Parameters

a: Uint8Array
match: Uint8Array

Returns

boolean