8 lines
283 B
TypeScript
8 lines
283 B
TypeScript
export interface MetroBundleOptions {
|
|
platform: string;
|
|
dev: boolean;
|
|
minify: boolean;
|
|
host: string;
|
|
}
|
|
export declare function getMetroBundleOptions(downloadedProfileFilePath: string, host: string): MetroBundleOptions;
|
|
//# sourceMappingURL=metroBundleOptions.d.ts.map
|