Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

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