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`
49
49
50
50
[ ` Node? ` ] [ node ] — Child node of ` parent ` passing ` test ` .
51
51
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
+
52
65
## License
53
66
54
67
[ MIT] [ license ] © [ Titus Wormer] [ author ]
You can’t perform that action at this time.
0 commit comments