2025-11-14 06:32:36 -07:00

3 lines
133 B
TypeScript

export declare function findRootLockFile(cwd: string): string | undefined;
export declare function findRootDir(cwd: string): string;