create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
11 lines • 387 B
TypeScript
import { Config } from '@react-native-community/cli-types';
/**
* Generate a sourcemap by fetching it from a running metro server
*/
export declare function generateSourcemap(port?: string): Promise<string | undefined>;
/**
*
* @param ctx
*/
export declare function findSourcemap(ctx: Config, port?: string): Promise<string | undefined>;
//# sourceMappingURL=sourcemapUtils.d.ts.map