UNPKG

nlu

Version:

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

3 lines (2 loc) 182 B
import { NluMap, NLURunOpts, NluVisualTree } from "./index"; export declare const createTree: (map: NluMap, name: string, originalList: string[], opts: NLURunOpts) => NluVisualTree;