A collection of functional and immutable helpers for working with tree data structures.
- Both Trees : Object and Tree Lists : Array<Object> are supported.
- Curried for easy partial application.
- Support different values for
children
key - Support different values for
id
key inflattenToMap
andchangeParent
- Support different values for
parentId
key inchangeParent
- Add breadth-first versions of methods