You cannot 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
494 B
JavaScript
11 lines
494 B
JavaScript
import parsePhoneNumberWithError_ from './parsePhoneNumberWithError_.js';
|
|
import normalizeArguments from './normalizeArguments.js';
|
|
export default function parsePhoneNumberWithError() {
|
|
var _normalizeArguments = normalizeArguments(arguments),
|
|
text = _normalizeArguments.text,
|
|
options = _normalizeArguments.options,
|
|
metadata = _normalizeArguments.metadata;
|
|
|
|
return parsePhoneNumberWithError_(text, options, metadata);
|
|
}
|
|
//# sourceMappingURL=parsePhoneNumberWithError.js.map
|