Files
williammarch.xyz/node_modules/next/dist/lib/find-root.d.ts
2026-04-02 19:13:46 +01:00

3 lines
145 B
TypeScript

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