UNPKG

@johanblumenberg/ts-mockito

Version:
8 lines (7 loc) 205 B
import { Matcher } from "./Matcher"; export declare class NotMatcher extends Matcher { private _delegate; constructor(_delegate: Matcher); match(value: any): boolean; toString(): string; }