We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unist-util-flat-filter
1 parent 2c85ffc commit acff392Copy full SHA for acff392
readme.md
@@ -446,6 +446,8 @@ unist:
446
— Find nodes between two nodes or positions
447
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
448
— 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
451
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
452
— Create a new tree by expanding a node into many
453
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)
0 commit comments