UNPKG

@iqai/adk-cli

Version:

CLI tool for creating, running, and testing ADK-TS agents

5 lines 203 B
/** * Finds the root directory of a project by walking upward from a starting path. */ export declare function findProjectRoot(startDir: string): string; //# sourceMappingURL=find-project-root.d.ts.map