UNPKG

expo-atlas

Version:

Inspect bundle contents, on module level, from Metro

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