Skip to content

Commit 224d3ca

Browse files
committed
Add unist-util-map to list of utilities
1 parent f9e2065 commit 224d3ca

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
@@ -165,6 +165,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
165165
— Node inspector;
166166
* [`unist-util-is`](https://github.com/wooorm/unist-util-is)
167167
— Check if a node passes a test
168+
* [`unist-util-map`](https://github.com/azu/unist-util-map)
169+
— Create a new tree by mapping nodes;
168170
* [`unist-util-modify-children`](https://github.com/wooorm/unist-util-modify-children)
169171
— Modify direct children of a parent;
170172
* [`unist-util-parents`](https://github.com/eush77/unist-util-parents)

0 commit comments

Comments
 (0)