You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					7 lines
				
				157 B
			
		
		
			
		
	
	
					7 lines
				
				157 B
			| 
											3 years ago
										 | import * as re2 from "re2" | ||
|  | 
 | ||
|  | type Re2 = typeof re2 & {code: string} | ||
|  | ;(re2 as Re2).code = 'require("ajv/dist/runtime/re2").default' | ||
|  | 
 | ||
|  | export default re2 as Re2 |