UNPKG

npm-link-up

Version:

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

4 lines (3 loc) 266 B
import { EVCb } from "../../index"; import { NLUInitOpts } from "./cmd-line-opts"; export declare const makeFindProjects: (mainProjectName: string, ignore: RegExp[], opts: NLUInitOpts, map: any, theirDeps: any, status: any) => (item: string, cb: EVCb<any>) => void;