Skip to content

Commit d0936b3

Browse files
committed
Add list of related projects
1 parent 3ee994f commit d0936b3

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
@@ -50,6 +50,19 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`
5050

5151
[`Array.<Node>`][node] — Child nodes of `parent` passing `test`.
5252

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

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

0 commit comments

Comments
 (0)