UNPKG

320 BTypeScriptView Raw
1import execa from 'execa';
2declare function startServerInNewWindow(port: number, projectRoot: string, reactNativePath: string, terminal?: string): execa.ExecaChildProcess<string> | execa.ExecaSyncReturnValue<string> | undefined;
3export default startServerInNewWindow;
4//# sourceMappingURL=startServerInNewWindow.d.ts.map
\No newline at end of file