UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

2 lines (1 loc) 153 B
export declare type MatcherArgument<ExpectedType, Key extends keyof ExpectedType> = Key | Partial<ExpectedType> | ((argument: ExpectedType) => boolean);