UNPKG

@nestjs/schematics

Version:

Nest - modern, fast, powerful node.js web framework (@schematics)

5 lines (4 loc) 283 B
import { Tree } from '@angular-devkit/schematics'; export declare const NEST_CLI_CONFIG_FILES: string[]; export declare function findNestCliConfigPath(tree: Tree): string | undefined; export declare function readJsonFile<T = Record<string, any>>(tree: Tree, path: string): T | null;