UNPKG

@thingsinc/treejs

Version:

Simple Model for manipulating tree structure.

4 lines (3 loc) 148 B
export { TreeFactory, treeMap } from "./tree.factory"; export { type NodeParam, type TreeType, Tree } from "./tree"; export { Node } from "./node";