Skip to main content
Module

x/typestruct/dev_deps.ts>equal

Composable and checkable JavaScript (and TypeScript) data structure
Latest
function equal
import { equal } from "https://deno.land/x/typestruct@1.0.0-beta.5/dev_deps.ts";

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean