UNPKG

@nestjs/schematics

Version:

Nest - modern, fast, powerful node.js 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;