UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

7 lines (6 loc) 168 B
import { Matcher } from './Base'; export declare class AnythingMatcher extends Matcher { check(_v: any): boolean; toString(): string; static make(): any; }