Files
Fluxup_PAP/node_modules/@expo/config/build/paths/env.d.ts
2026-03-10 16:18:05 +00:00

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 {};