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 @@ -48,6 +48,19 @@ Find the first child after `index` (or `node`) in `parent`, that passes `test`
48
48
49
49
[ ` Node? ` ] [ node ] — Child node of ` parent ` passing ` test ` .
50
50
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
+
51
64
## License
52
65
53
66
[ MIT] [ license ] © [ Titus Wormer] [ author ]
You can’t perform that action at this time.
0 commit comments