UNPKG

nlu

Version:

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

4 lines (3 loc) 218 B
import { NluConf, NLUDotJSON, NLURunOpts } from "./index"; export declare const getIgnore: (conf: NLUDotJSON, opts: any) => RegExp[]; export declare const getSearchRoots: (opts: NLURunOpts, conf: NluConf) => string[];