Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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