Files
oh-my-opencode/dist/shared/command-executor/execute-command.d.ts
T

2 lines
74 B
TypeScript
Raw Normal View History

export declare function executeCommand(command: string): Promise<string>;