UNPKG

expo-atlas

Version:

Visualize React Native bundles to understand and optimize your app

8 lines 278 B
import { type Input } from './bin'; export type Options = Awaited<ReturnType<typeof resolveOptions>>; export declare function resolveOptions(input: Input): Promise<{ atlasFile: string; port: any; browserOpen: boolean; }>; //# sourceMappingURL=resolveOptions.d.ts.map