Skip to content

Commit fd92730

Browse files
committed
Add list of related projects
1 parent 61772a1 commit fd92730

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,25 @@ with `type` set to non-empty `string`).
7474

7575
`boolean?` — Whether `node` matches.
7676

77+
## Related
78+
79+
* [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)
80+
— Find a node after another node
81+
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
82+
— Find a node before another node
83+
* [`unist-util-find-all-after`](https://github.com/syntax-tree/unist-util-find-all-after)
84+
— Find all nodes after another node
85+
* [`unist-util-find-all-before`](https://github.com/syntax-tree/unist-util-find-all-before)
86+
— Find all nodes before another node
87+
* [`unist-util-find-all-between`](https://github.com/mrzmmr/unist-util-find-all-between)
88+
— Find all nodes between two nodes
89+
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
90+
— Find nodes matching a predicate
91+
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
92+
— Create a new tree with nodes that pass a check
93+
* [`unist-util-remove`](https://github.com/eush77/unist-util-remove)
94+
— Remove nodes from tree
95+
7796
## License
7897

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

0 commit comments

Comments
 (0)