UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 118 B
export interface ISpyCall { args: Array<any>; allArgumentsMatch(...expectedArguments: Array<any>): boolean; }