securityos/node_modules/next/dist/lib/find-root.d.ts

3 lines
145 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export declare function findRootLockFile(cwd: string): string | undefined;
export declare function findRootDir(cwd: string): string | undefined;