UNPKG

268 BTypeScriptView Raw
1import { Rule, Tree } from '@angular-devkit/schematics';
2export declare function isInRootDirectory(host: Tree, extraFiles?: string[]): boolean;
3export declare function mergeSourceRoot<T extends {
4 sourceRoot?: string;
5 path?: string;
6} = any>(options: T): Rule;