UNPKG

@johanblumenberg/ts-mockito

Version:
7 lines (6 loc) 154 B
export declare class Matcher { private __type; static is(value: any): value is Matcher; match(value: any): boolean; toString(): string; }