UNPKG

189 BTypeScriptView Raw
1declare module 'yeoman-assert' {
2 export function file(filenames: string[]);
3 export function fileContent(path: string, content: string);
4 export function noFile(filenames: string[]);
5}