Skip to content

Commit

Permalink
Add unist-util-flat-filter to list of utilities
Browse files Browse the repository at this point in the history
Closes GH-26.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
crutchcorn authored and wooorm committed Jan 24, 2020
1 parent 2c85ffc commit acff392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ unist:
— Find nodes between two nodes or positions
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
— Find a node before another node
* [`unist-util-flat-filter`](https://github.com/unicorn-utterances/unist-util-flat-filter)
— Create a new tree with all nodes that pass the given function without references to the parent
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
— Create a new tree by expanding a node into many
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)
Expand Down

0 comments on commit acff392

Please sign in to comment.