UNPKG

241 BTypeScriptView Raw
1import { ExpoConfig } from './Config.types';
2export declare function isUsingYarn(projectRoot: string): boolean;
3export declare function getExpoSDKVersion(projectRoot: string, exp: Pick<ExpoConfig, 'sdkVersion' | 'nodeModulesPath'>): string;