testeranto
Version:
the AI powered BDD test framework for typescript projects
8 lines (7 loc) • 317 B
TypeScript
export declare function findProjectRoot(): string;
export declare function findAndParseGoMod(startDir: string): {
root: string;
modulePath: string;
} | null;
export declare function calculateImportPath(filePath: string): string | null;
export declare function normalizeImportPath(importPath: string): string;