Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/@react-native-community/cli-tools/build/startServerInNewWindow.d.ts
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