npm-link-up
Version:
Use this package to link your projects together for local development.
6 lines (5 loc) • 423 B
TypeScript
import { EVCb, NluMap } from "./index";
import { NLURunOpts } from "./commands/run/cmd-line-opts";
export declare const rootPaths: Array<string>;
export declare type Task = (cb: EVCb<any>) => void;
export declare const makeFindProject: (mainProjectName: string, totalList: Map<string, true>, map: NluMap, ignore: RegExp[], opts: NLURunOpts, status: any, conf: import(".").NluConf) => (item: string, cb: EVCb<any>) => void;