mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-28 07:17:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			85 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			85 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| const concat = (...args: string[]): string => args.join("");
 | |
| 
 | |
| export default concat;
 |