eslint-plugin-sonarjs
Version:
6 lines (5 loc) • 298 B
TypeScript
import { type NormalizedAbsolutePath } from '../files.js';
/**
* Finds the closest directory containing at least one dependency manifest.
*/
export declare function getClosestDependencyManifestDir(dir: NormalizedAbsolutePath, topDir?: NormalizedAbsolutePath): NormalizedAbsolutePath | undefined;