UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

4 lines (3 loc) 261 B
import { Path } from '@angular-devkit/core'; import { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; export declare function visitNotIgnoredFiles(visitor: (file: Path, host: Tree, context: SchematicContext) => void | Rule, dir?: Path): Rule;