Skip to main content
Module

x/dtils/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@2.5.0/array.ts";

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

Parameters

a1: T[]
a2: T[]

Returns

boolean