UNPKG

nlu

Version:

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

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