Skip to content

Commit d4fb2f9

Browse files
committed
Add list of related projects
1 parent bdff2bb commit d4fb2f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ Wraps a function (which is passed a node, and an optional parent node),
7070
so that any errors thrown inside it will contain information regarding
7171
the node (and the parent, when given).
7272

73+
## Related
74+
75+
* [`mdast-util-assert`](https://github.com/syntax-tree/mdast-util-assert)
76+
— Check [mdast](https://github.com/syntax-tree/mdast) nodes
77+
* [`hast-util-assert`](https://github.com/syntax-tree/hast-util-assert)
78+
— Check [hast](https://github.com/syntax-tree/hast) nodes
79+
* [`nlcst-test`](https://github.com/syntax-tree/nlcst-test)
80+
— Check [nlcst](https://github.com/syntax-tree/nlcst) nodes
81+
7382
## License
7483

7584
[MIT][license] © [Titus Wormer][author]

0 commit comments

Comments
 (0)