Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/unitest/helper/equal.ts>Equality

🃏 Deno-first universal unit testing framework
Latest
interface Equality
import { type Equality } from "https://deno.land/x/unitest@v1.0.0-beta.82/helper/equal.ts";

Properties

[equality]: (actual: unknown) => boolean
toString: () => string