Files
oh-my-opencode/dist/shared/file-reference-resolver.d.ts
T

2 lines
133 B
TypeScript
Raw Normal View History

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