UNPKG

npm-link-up

Version:

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

5 lines (4 loc) 275 B
import { NluConf, NLUDotJSON } from "./index"; import { NLURunOpts } from "./commands/run/cmd-line-opts"; export declare const getIgnore: (conf: NLUDotJSON, opts: any) => Array<RegExp>; export declare const getSearchRoots: (opts: NLURunOpts, conf: NluConf) => Array<string>;