UNPKG

xdl

Version:
4 lines (3 loc) 292 B
import { ExpoConfig } from '@expo/config-types'; export declare function startSession(projectRoot: string, exp: Pick<ExpoConfig, 'name' | 'description' | 'slug' | 'primaryColor'>, platform: 'native' | 'web', forceUpdate?: boolean): Promise<void>; export declare function stopSession(): void;