@react-native-community/cli-tools
Version:
4 lines • 320 B
TypeScript
import execa from 'execa';
declare function startServerInNewWindow(port: number, projectRoot: string, reactNativePath: string, terminal?: string): execa.ExecaChildProcess<string> | execa.ExecaSyncReturnValue<string> | undefined;
export default startServerInNewWindow;
//# sourceMappingURL=startServerInNewWindow.d.ts.map