File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,25 @@ with `type` set to non-empty `string`).
74
74
75
75
` boolean? ` — Whether ` node ` matches.
76
76
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
+
77
96
## License
78
97
79
98
[ MIT] [ license ] © [ Titus Wormer] [ author ]
You can’t perform that action at this time.
0 commit comments