UNPKG

npm-link-up

Version:

Use this package to link your projects together for local development.

4 lines (3 loc) 249 B
import { NluMap, NluMapItem, NluVisualTree } from "./index"; import { NLURunOpts } from "./commands/run/cmd-line-opts"; export declare const createTree: (map: NluMap, mainProjectPath: string, mainDep: NluMapItem, opts: NLURunOpts) => NluVisualTree;