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) 179 B
export declare function detectProjects(): Promise<{ projectGraph: import("@lerna/core").ProjectGraphWithPackages; projectFileMap: import("@nx/devkit").ProjectFileMap; }>;