1 | import URI from "vscode-uri";
|
2 | export declare class FileSet {
|
3 | private rootURI;
|
4 | private includes;
|
5 | private excludes;
|
6 | constructor({ rootURI, includes, excludes, configURI, }: {
|
7 | rootURI: URI;
|
8 | includes: string[];
|
9 | excludes: string[];
|
10 | configURI?: URI;
|
11 | });
|
12 | includesFile(filePath: string): boolean;
|
13 | allFiles(): string[];
|
14 | }
|
15 | //# sourceMappingURL=fileSet.d.ts.map |
\ | No newline at end of file |