Files
oh-my-opencode/dist/shared/command-executor/resolve-commands-in-text.d.ts
T

2 lines
113 B
TypeScript
Raw Normal View History

export declare function resolveCommandsInText(text: string, depth?: number, maxDepth?: number): Promise<string>;