Skip to main content
Module

x/earthstar/deps.ts>bytesEquals

Storage for private, distributed, offline-first applications.
Go to Latest
function bytesEquals
import { bytesEquals } from "https://deno.land/x/earthstar@v10.2.1/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