Skip to main content
Module

x/dtils/mod.ts>arraysMatch

The best unofficial library of utilities for Deno applications
Go to Latest
function arraysMatch
Re-export
import { arraysMatch } from "https://deno.land/x/dtils@1.6.2/mod.ts";

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

Parameters

a1: T[]
a2: T[]

Returns

boolean