UNPKG

babel-preset-expo

Version:
17 lines (16 loc) 948 B
export declare function hasModule(name: string): boolean; /** Determine which bundler is being used. */ export declare function getBundler(caller: any): any; export declare function getPlatform(caller: any): any; export declare function getPossibleProjectRoot(caller: any): any; /** If bundling for a react-server target. */ export declare function getIsReactServer(caller: any): boolean; export declare function getIsDev(caller: any): any; export declare function getIsFastRefreshEnabled(caller: any): any; export declare function getIsProd(caller: any): boolean; export declare function getIsNodeModule(caller: any): boolean; export declare function getBaseUrl(caller: any): string; export declare function getIsServer(caller: any): any; export declare function getExpoRouterAbsoluteAppRoot(caller: any): string; export declare function getInlineEnvVarsEnabled(caller: any): boolean; export declare function getAsyncRoutes(caller: any): boolean;