UNPKG

babel-preset-expo

Version:
10 lines (9 loc) 281 B
import type { PluginItem } from '@babel/core'; declare function isTypeScriptSource(fileName: string | undefined | null): boolean; export declare function getConfig(): { overrides: { test: typeof isTypeScriptSource; plugins: PluginItem[]; }[]; }; export {};