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

x/redis/vendor/https/deno.land/std/testing/asserts.ts>equal

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
function equal
import { equal } from "https://deno.land/x/redis@v0.29.3/vendor/https/deno.land/std/testing/asserts.ts";

Deep equality comparison used in assertions

Parameters

c: unknown

actual value

d: unknown

expected value

Returns

boolean