3 lines
145 B
Plaintext
3 lines
145 B
Plaintext
export declare function findRootLockFile(cwd: string): string | undefined;
|
|
export declare function findRootDir(cwd: string): string | undefined;
|