UNPKG

lerna

Version:

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

3 lines (2 loc) 182 B
import { FileData, ProjectGraphProjectNode } from "@nx/devkit"; export declare function getPackageManifestPath(node: ProjectGraphProjectNode, files: FileData[]): string | undefined;