4 lines
		
	
	
		
			123 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			123 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { randIntFromInterval } from '@/utils/random';
 | |
| 
 | |
| export const generatePort = () => randIntFromInterval(1024, 65535);
 |