Skip to content

Commit acff392

Browse files
crutchcornwooorm
authored andcommitted
Add unist-util-flat-filter to list of utilities
Closes GH-26. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 2c85ffc commit acff392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ unist:
446446
— Find nodes between two nodes or positions
447447
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
448448
— Find a node before another node
449+
* [`unist-util-flat-filter`](https://github.com/unicorn-utterances/unist-util-flat-filter)
450+
— Create a new tree with all nodes that pass the given function without references to the parent
449451
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
450452
— Create a new tree by expanding a node into many
451453
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)

0 commit comments

Comments
 (0)