@nestjs/schematics
Version:
Nest - modern, fast, powerful node.js web framework (@schematics)
8 lines (7 loc) • 327 B
TypeScript
import { Rule, Tree } from '@angular-devkit/schematics';
export declare function isEsmProject(host: Tree): boolean;
export declare function isInRootDirectory(host: Tree, extraFiles?: string[]): boolean;
export declare function mergeSourceRoot<T extends {
sourceRoot?: string;
path?: string;
} = any>(options: T): Rule;