Aviso Tree
a hierarchy tree data structure for front end applications
Installation
npm i aviso-tree
Usage
var AvisoTree = require('aviso-tree');
let tree = new AvisoTree(data);
console.log(tree.getRoot()); // {label: 'Global', id: '.~::~summary'}
Tests
npm test
Contributing
Make it happen captain.