Files
discord-clone/node_modules/nuxi/dist/index.d.ts
2023-01-03 09:29:04 -06:00

4 lines
102 B
TypeScript

declare function runCommand(command: string, argv?: string[]): Promise<void>;
export { runCommand };