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

x/dtils/deps.ts>asserts.equal

The best unofficial library of utilities for Deno applications
Go to Latest
function asserts.equal
import { asserts } from "https://deno.land/x/dtils@1.7.0/deps.ts";
const { equal } = asserts;

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean