7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
declare class Env {
|
|
/** Disable auto server root detection for Metro. This will not change the server root to the workspace root. */
|
|
get EXPO_NO_METRO_WORKSPACE_ROOT(): boolean;
|
|
}
|
|
export declare const env: Env;
|
|
export {};
|