7 lines
		
	
	
		
			162 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * Judge isIP include ipv4 or ipv6
 | 
						|
 * @param {String} options
 | 
						|
 * @return {Array} the multipart uploads
 | 
						|
 */
 | 
						|
export declare const isIP: (host: any) => boolean;
 |