Skip to main content
Module

x/unitest/mod.ts>Matcher

🃏 Deno-first universal unit testing framework
Latest
type alias Matcher
Re-export
import { type Matcher } from "https://deno.land/x/unitest@v1.0.0-beta.82/mod.ts";
definition: (actual: any, ...expected: any[]) => MatchResult