Home
last modified time | relevance | path

Searched defs:isDevelopmentBuild (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-dev-launcher/build/
H A DDevLauncher.js7 export function isDevelopmentBuild() { function
/expo/packages/expo-dev-client/build/
H A DDevClient.js5 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
H A DDevClient.d.ts5 export declare const isDevelopmentBuild: typeof DevLauncher.isDevelopmentBuild; constant
/expo/packages/expo-dev-client/src/
H A DDevClient.ts7 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
/expo/packages/expo-dev-launcher/src/
H A DDevLauncher.ts16 export function isDevelopmentBuild(): boolean { function