2025-11-13 13:13:34 -07:00

3 lines
133 B
TypeScript

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