File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 
lib/node_modules/@stdlib/ndarray/base/find Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,14 @@ limitations under the License.
3232
3333## Usage  
3434
35+ <!--  eslint-disable no-redeclare --> 
36+ 
3537``` javascript 
3638var  find =  require ( ' @stdlib/ndarray/base/find' 
3739``` 
3840
41+ <!--  eslint-enable no-redeclare --> 
42+ 
3943#### find( arrays, predicate\[ , thisArg]  )  
4044
4145Returns the first element in an ndarray which pass a test implemented by a predicate function.
Original file line number Diff line number Diff line change 11
2- {{alias}}( arrays, predicate, thisArg )
2+ {{alias}}( arrays, predicate[ , thisArg]  )
33    Returns the first element in an ndarray which pass a test implemented by a
44    predicate function.
55
3434    Returns
3535    -------
3636    out: any
37-         result .
37+         Result .
3838
3939    Examples
4040    --------
Original file line number Diff line number Diff line change 1818
1919'use strict' ; 
2020
21+ /* eslint-disable stdlib/no-redeclare */ 
22+ 
2123// MODULES // 
2224
2325var  iterationOrder  =  require (  '@stdlib/ndarray/base/iteration-order'  ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments