File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments