UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines 328 B
import execa from 'execa'; /** * Executes the given `command` on a shell taking care of slicing the parameters * if needed. */ declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess; export { executeShellCommand as executeCommand }; //# sourceMappingURL=executeWinCommand.d.ts.map