UNPKG

@thingsinc/treejs

Version:

Simple Model for manipulating tree structure.

5 lines (4 loc) 184 B
export { TreeFactory, treeMap } from "./tree.factory"; export { type NodeParam, type TreeType, Tree } from "./tree"; export { Node } from "./node"; //# sourceMappingURL=index.d.ts.map