Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cotton/src/utils/deepequal.ts>deepEqual

SQL Database Toolkit for Deno
Latest
function deepEqual
import { deepEqual } from "https://deno.land/x/cotton@v0.7.5/src/utils/deepequal.ts";

Check if two objects are equal Copied from https://github.com/epoberezkin/fast-deep-equal (MIT licensed)

Parameters

a: any

the object to compare

b: any

the other object which expected to be equal