Skip to content

Commit d5e56f6

Browse files
committed
Add list of related projects
1 parent e0e6f7b commit d5e56f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`
4949

5050
[`Node?`][node] — Child node of `parent` passing `test`.
5151

52+
## Related
53+
54+
* [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)
55+
— Find a node after another node
56+
* [`unist-util-find-all-after`](https://github.com/syntax-tree/unist-util-find-all-after)
57+
— Find all nodes after another node
58+
* [`unist-util-find-all-before`](https://github.com/syntax-tree/unist-util-find-all-before)
59+
— Find all nodes before another node
60+
* [`unist-util-find-all-between`](https://github.com/mrzmmr/unist-util-find-all-between)
61+
— Find all nodes between two nodes
62+
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
63+
— Find nodes matching a predicate
64+
5265
## License
5366

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

0 commit comments

Comments
 (0)