GT2/Ejectable/node_modules/@expo/config/build/isLegacyImportsEnabled.d.ts

8 lines
213 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import { ExpoConfig } from './Config.types';
/**
* Should the bundler use .expo file extensions.
*
* @param exp
*/
export declare function isLegacyImportsEnabled(exp: Pick<ExpoConfig, 'sdkVersion'>): boolean;