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

x/dtils/devops/deps.ts>dtils.arraysMatch

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

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

Parameters

a1: T[]
a2: T[]

Returns

boolean