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

x/changelog/test/deps.ts>equal

Node & Deno package to parse and generate changelogs
Latest
function equal
Re-export
import { equal } from "https://deno.land/x/changelog@v2.5.3/test/deps.ts";

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean