Skip to main content
Module

std/bytes/mod.ts>equal

Deno standard library
Go to Latest
function equal
import { equal } from "https://deno.land/std@0.41.0/bytes/mod.ts";

Check whether binary arrays are equal to each other *

Parameters

a: Uint8Array
match: Uint8Array

Returns

boolean