UNPKG

@johanblumenberg/ts-mockito

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