UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 93 B
export interface ITester { stringify: () => string; test: (value: any) => boolean; }