UNPKG

@nestjs/cli

Version:

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

5 lines (4 loc) 450 B
import { Input } from '../../../commands'; import { Configuration } from '../../configuration'; export declare function getValueOrDefault<T = any>(configuration: Required<Configuration>, propertyPath: string, appName: string, key?: 'path' | 'webpack' | 'webpackPath' | 'entryFile' | 'sourceRoot' | 'exec', options?: Input[], defaultValue?: T): T; export declare function getValueOfPath<T = any>(object: Record<string, any>, propertyPath: string): T;