UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

7 lines (6 loc) 280 B
import { ProjectFileMap } from "@nx/devkit"; import { ProjectGraphWithPackages } from "../project-graph-with-packages"; export declare function detectProjects(packageConfigs: string[]): Promise<{ projectGraph: ProjectGraphWithPackages; projectFileMap: ProjectFileMap; }>;