Searched defs:isDevelopmentBuild (Results 1 – 5 of 5) sorted by relevance
7 export function isDevelopmentBuild() { function
5 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
5 export declare const isDevelopmentBuild: typeof DevLauncher.isDevelopmentBuild; constant
7 export const isDevelopmentBuild = DevLauncher.isDevelopmentBuild; constant
16 export function isDevelopmentBuild(): boolean { function