UNPKG

linted-paths

Version:

Type-safe file system operations with compile-time path validation

9 lines 293 B
/** * Finds the project root by looking for common markers */ export declare function findProjectRoot(startDir?: string): string; /** * Checks if a directory is likely a project root */ export declare function isProjectRoot(dir: string): boolean; //# sourceMappingURL=project-root.d.ts.map