UNPKG

npm-link-up

Version:

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

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