We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029702a commit 9789666Copy full SHA for 9789666
index.d.ts
@@ -3,7 +3,7 @@ declare function directoryTree(
3
options?: {
4
normalizePath?: boolean;
5
exclude?: RegExp | RegExp[];
6
- attributes?: string[];
+ attributes?: (keyof directoryTree.Stats)[];
7
extensions?: RegExp;
8
},
9
onEachFile?: (item: directoryTree.DirectoryTree, path: string, stats: directoryTree.Stats) => void,
0 commit comments