UNPKG

expo-atlas

Version:

Visualize React Native bundles to understand and optimize your app

7 lines 338 B
/** * Return correctly formatted URLs from JSC safe URLs. * - input http://127.0.0.1:8081/index.bundle//&platform=ios&dev=true&minify=false * - output: http://127.0.0.1:8081/index.bundle?platform=ios&dev=true&minify=false */ export declare function getUrlFromJscSafeUrl(jscSafeUrl: string): string; //# sourceMappingURL=jsc.d.ts.map