Skip to content

Commit 9b0d2c1

Browse files
committed
Add list of related projects
1 parent 070d706 commit 9b0d2c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ Find the first child after `index` (or `node`) in `parent`, that passes `test`
4848

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

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

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

0 commit comments

Comments
 (0)