You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
296 B

import type { Tree } from 'nx/src/devkit-exports';
/**
* Utility to act on all files in a tree that are not ignored by git.
*/
export declare function visitNotIgnoredFiles(tree: Tree, dirPath: string, visitor: (path: string) => void): void;
//# sourceMappingURL=visit-not-ignored-files.d.ts.map