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

x/actionify/tests/deps.ts>equal

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function equal
Re-export
import { equal } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean