You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
521 B
12 lines
521 B
import { UserConfig, UserDependencyConfig } from '@react-native-community/cli-types';
|
|
/**
|
|
* Reads a project configuration as defined by the user in the current
|
|
* workspace.
|
|
*/
|
|
export declare function readConfigFromDisk(rootFolder: string): UserConfig;
|
|
/**
|
|
* Reads a dependency configuration as defined by the developer
|
|
* inside `node_modules`.
|
|
*/
|
|
export declare function readDependencyConfigFromDisk(rootFolder: string, dependencyName: string): UserDependencyConfig;
|
|
//# sourceMappingURL=readConfigFromDisk.d.ts.map
|