mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 02:45:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			95 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			95 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module 'emoji-regex/text' {
 | 
						|
  function emojiRegex(): RegExp;
 | 
						|
 | 
						|
  export = emojiRegex;
 | 
						|
}
 |