UNPKG

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