UNPKG

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