mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-28 07:17:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			75 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			75 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| const increment = (n: number): number => n + 1;
 | |
| 
 | |
| export default increment;
 |