UNPKG

139 BTypeScriptView Raw
1interface FilesMatch {
2 files: string[];
3 dirs: string[];
4 excluded: string[];
5 extensions: string[];
6}
7export { FilesMatch };