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.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							501 B
						
					
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							501 B
						
					
					
				| import { normalizeArguments } from './parsePhoneNumber.js';
 | |
| import parsePhoneNumberFromString_ from './parsePhoneNumberFromString_.js';
 | |
| export default function parsePhoneNumberFromString() {
 | |
|   var _normalizeArguments = normalizeArguments(arguments),
 | |
|       text = _normalizeArguments.text,
 | |
|       options = _normalizeArguments.options,
 | |
|       metadata = _normalizeArguments.metadata;
 | |
| 
 | |
|   return parsePhoneNumberFromString_(text, options, metadata);
 | |
| }
 | |
| //# sourceMappingURL=parsePhoneNumberFromString.js.map
 |