Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

aviso-tree

cgradwohl53MIT0.1.20TypeScript support: included

a hierachy tree data structure for front end applications

readme

Aviso Tree

Build Status Coverage Status

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.