UNPKG

nlu

Version:

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

3 lines (2 loc) 250 B
import { EVCb, NluMap, NLURunOpts } from "./index"; export declare const makeFindProject: (mainProjectName: string, totalList: Map<string, true>, map: NluMap, ignore: RegExp[], opts: NLURunOpts, status: any) => (item: string, cb: EVCb<any>) => void;