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