@expo/xdl
Version:
The Expo Development Library
7 lines (6 loc) • 329 B
TypeScript
import { ExpoConfig } from '@expo/config';
import { StartOptions } from './startDevServerAsync';
export declare function startAsync(projectRoot: string, { exp, ...options }?: StartOptions & {
exp?: ExpoConfig;
}, verbose?: boolean): Promise<ExpoConfig>;
export declare function stopAsync(projectRoot: string): Promise<void>;