Fast, simple, and extensible n-ary tree library.
arbre lets you ...
- Node centric
- Does minimal parameters checking
- Never checks for first parameters
- Checks for other arguments types
- Prevents for most exceptions (returns
undefined
instead)
npm install --save arbre
const arbre = require('arbre')
TODO
Why arbre?
arbre \aʁbʁ\
means tree in french. Available english words for package names are rare nowadays. arbre is simple to memorize and type and it is also a good excuse to spread some french vocabulary on npm
🎉.
MIT © Nicolas Gryman