UNPKG

ts-mockito

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