UNPKG

@thingsinc/treejs

Version:

Simple Model for manipulating tree structure.

4 lines 150 B
export { TreeFactory, treeMap } from "./tree.factory"; export { Tree } from "./tree"; export { Node } from "./node"; //# sourceMappingURL=index.js.map