UNPKG

@johanblumenberg/ts-mockito

Version:
6 lines (5 loc) 149 B
import { Matcher } from "./Matcher"; export declare class NotNullMatcher extends Matcher { match(value: any): boolean; toString(): string; }