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-find
1 parent e6c4b3a commit f9e2065Copy full SHA for f9e2065
readme.md
@@ -147,6 +147,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
147
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
148
— Create a new Unist tree with all nodes that pass the test
149
implemented by the provided function;
150
+* [`unist-util-find`](https://github.com/blahah/unist-util-find)
151
+ — Find a node by condition;
152
* [`unist-util-find-after`](https://github.com/wooorm/unist-util-find-after)
153
— Find a node after another node;
154
* [`unist-util-find-all-after`](https://github.com/wooorm/unist-util-find-all-after)
0 commit comments