Skip to main content
Module

x/earthstar/deps.ts>bytesEquals

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function bytesEquals
import { bytesEquals } from "https://deno.land/x/earthstar@v10.0.0-beta.8/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