makearmy-app/node_modules/next/dist/lib/find-root.d.ts
2025-09-22 10:37:53 -04:00

2 lines
145 B
TypeScript

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