Skip to main content
Module

std/bytes/mod.ts>equals

The Deno Standard Library
Latest
function equals
import { equals } from "https://deno.land/std@0.223.0/bytes/mod.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