UNPKG

lerna

Version:

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

5 lines (4 loc) 195 B
export declare function detectProjects(rootDir?: string): Promise<{ projectGraph: import("@lerna/core").ProjectGraphWithPackages; projectFileMap: import("@nx/devkit").ProjectFileMap; }>;