nickjohnson-dev / treecko

A collection of functional and immutable helpers for working with tree data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is a treecko?

treecko

npm Travis Codecov

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.

Mapping

Reducing

Finding

Filtering

Side Effects

Flattening

Restructuring

Misc

TODO

  • Support different values for children key
  • Support different values for id key in flattenToMap and changeParent
  • Support different values for parentId key in changeParent
  • Add breadth-first versions of methods

About

A collection of functional and immutable helpers for working with tree data structures.

License:MIT License


Languages

Language:JavaScript 100.0%