mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-01 04:42:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			111 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			111 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export function uniqueSymbol() {
 | |
|     return Math.ceil(Math.random() * 0xefffffff + 0x10000000).toString(16);
 | |
| }
 |