3 lines
		
	
	
		
			73 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			73 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
console.log('hello');
 | 
						|
export const anExportedString = 'exported string';
 | 
						
console.log('hello');
 | 
						|
export const anExportedString = 'exported string';
 |