mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 14:07:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			83 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			83 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export function random_string() {
 | 
						|
    return Math.random().toString(36).slice(-5)
 | 
						|
} |