UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

3 lines (2 loc) 227 B
import type { JsTransformOptions } from '@expo/metro/metro-transform-worker'; export declare function shouldMinify(options: Pick<JsTransformOptions, 'unstable_transformProfile' | 'customTransformOptions' | 'minify'>): boolean;