File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
2020Momtchil Momtchev <momtchil@momtchev.com>
2121Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2222Philipp Burckhardt <pburckhardt@outlook.com>
23+ Pranav <85227306+Pranavchiku@users.noreply.github.com>
2324Ricky Reusser <rsreusser@gmail.com>
2425Ryan Seal <splrk@users.noreply.github.com>
2526Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Original file line number Diff line number Diff line change 1818
1919/* tslint:disable:no-unused-expression */ 
2020
21- import  assert  =  require(  './index'  ) ; 
21+ import  ns  =  require(  './index'  ) ; 
2222
2323
2424// TESTS // 
2525
2626// The exported value is the expected interface... 
2727{ 
28- 	assert ;  // $ExpectType Namespace 
28+ 	ns ;  // $ExpectType Namespace 
2929} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments