Skip to content

Commit dfbfb4c

Browse files
committed
Update list of utilities
1 parent b446921 commit dfbfb4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ unist:
449449
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
450450
— Find a node before another node
451451
* [`unist-util-flat-filter`](https://github.com/unicorn-utterances/unist-util-flat-filter)
452-
— Create a new tree with all nodes that pass the given function without
453-
references to the parent
452+
— Flat map version of `unist-util-filter`
454453
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
455454
— Create a new tree by expanding a node into many
456455
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)
@@ -469,6 +468,8 @@ unist:
469468
`parent` references on nodes
470469
* [`unist-util-position`](https://github.com/syntax-tree/unist-util-position)
471470
— Get positional info of nodes
471+
* [`unist-util-reduce`](https://github.com/GenerousLabs/unist-util-reduce)
472+
— Recursively reduce a tree
472473
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)
473474
— Remove nodes from trees
474475
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)

0 commit comments

Comments
 (0)