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

3 lines
154 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import { ExpoConfig } from './Config.types';
export declare function getExpoSDKVersion(projectRoot: string, exp: Pick<ExpoConfig, 'sdkVersion'>): string;