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`
4848
4949[ ` Node? ` ] [ node ]  — Child node of ` parent `  passing ` test ` .
5050
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+ 
5164## License  
5265
5366[ MIT] [ license ]  © [ Titus Wormer] [ author ] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments