Files
muzak/node_modules/next/dist/lib/find-root.d.ts
T
2025-07-02 11:28:41 +02:00

3 lines
145 B
TypeScript

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