UNPKG

@atomist/org-visualizer

Version:

Organization Visualizer using Atomist project scanning

8 lines 392 B
import { SubprojectFinder } from "./subprojectFinder"; /** * Return a SubprojectFinder that infers a directory from filenames that may be * anywhere. E.g. every directory that contains a Maven pom.xml might be * considered a subproject. */ export declare function fileNamesSubprojectFinder(...filenames: string[]): SubprojectFinder; //# sourceMappingURL=fileNamesSubprojectFinder.d.ts.map