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

x/pg_mem/datatypes/index.ts>ArrayType#doEquals

An in memory postgres DB instance for your unit tests
Go to Latest
method ArrayType.prototype.doEquals
import { ArrayType } from "https://deno.land/x/pg_mem@2.6.3/datatypes/index.ts";

Parameters

a: any[]
b: any[]

Returns

boolean