UNPKG

babel-preset-expo

Version:
5 lines (4 loc) 202 B
import { ConfigAPI, types } from '@babel/core'; export declare function expoImportMetaTransformPluginFactory(pluginEnabled: boolean): (api: ConfigAPI & { types: typeof types; }) => babel.PluginObj;