UNPKG

@huameow/schematics

Version:

huameow - modern, fast, powerful web framework (@schematics)

7 lines (6 loc) 268 B
import { Rule, Tree } from '@angular-devkit/schematics'; export declare function isInRootDirectory(host: Tree, extraFiles?: string[]): boolean; export declare function mergeSourceRoot<T extends { sourceRoot?: string; path?: string; } = any>(options: T): Rule;