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) 238 B
import { PackageGraphNode } from "../package-graph/package-graph-node"; /** * Build a set of nodes that are dependents of the input set. */ export declare function collectDependents(nodes: Set<PackageGraphNode>): Set<PackageGraphNode>;