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

x/dtils/lib/array.ts>arraysMatch

The best unofficial library of utilities for Deno applications
Go to Latest
function arraysMatch
import { arraysMatch } from "https://deno.land/x/dtils@1.6.1/lib/array.ts";

Returns true if arrays are found to match in a shallow-equal test

Parameters

a1: T[]
a2: T[]

Returns

boolean