UNPKG

lerna

Version:

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

6 lines (5 loc) 483 B
import { ProjectFileMap, ProjectGraph } from "@nx/devkit"; import { ExtendedNpaResult } from "../package"; import { ProjectGraphWithPackages } from "../project-graph-with-packages"; export declare function createProjectGraphWithPackages(projectGraph: ProjectGraph, projectFileMap: ProjectFileMap, packageConfigs: string[]): Promise<ProjectGraphWithPackages>; export declare const resolvePackage: (name: string, version: string, spec: string, location?: string) => ExtendedNpaResult;