Skip to content

Tree Utils is the library to convert and manipulate with tree-like structures.

License

Notifications You must be signed in to change notification settings

afeiship/tree-utils

Repository files navigation

tree-utils

Tree Utils is the library to convert and manipulate with tree-like structures.

version license size download

installation

npm install @jswork/tree-utils

usage

import { findParent, buildTree } from '@jswork/tree-utils';

license

Code released under the MIT license.