8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
/**
|
|
* A helper script to load the Expo config and loaded plugins from a project
|
|
*/
|
|
/**
|
|
* Get the path to the ExpoConfigLoader file.
|
|
*/
|
|
export declare function getExpoConfigLoaderPath(): string;
|