Skip to content

Commit f9e2065

Browse files
committed
Add unist-util-find to list of utilities
1 parent e6c4b3a commit f9e2065

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
@@ -147,6 +147,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
147147
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
148148
— Create a new Unist tree with all nodes that pass the test
149149
implemented by the provided function;
150+
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
151+
— Find a node by condition;
150152
* [`unist-util-find-after`](https://github.com/wooorm/unist-util-find-after)
151153
— Find a node after another node;
152154
* [`unist-util-find-all-after`](https://github.com/wooorm/unist-util-find-all-after)

0 commit comments

Comments
 (0)