Skip to content

Commit a5dcb5a

Browse files
committed
Add section on node-utilities
1 parent 39f4e7f commit a5dcb5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ files. Neither are they limited to the file-system only.
4848

4949
...are function which work with **unist nodes** or **unist files**, agnostic
5050
of either **mdast** or **retext**.
51+
52+
A list of vile-related utilities can be found at [`wooorm/vfile`](https://github.com/wooorm/vfile).
53+
54+
### Unist node utilties
55+
56+
* [`wooorm/unist-util-inspect`](https://github.com/wooorm/unist-util-inspect)
57+
— Node inspector;
58+
59+
* [`wooorm/unist-util-visit`](https://github.com/wooorm/unist-util-visit)
60+
— Utility to recursively walk over nodes;

0 commit comments

Comments
 (0)