parsePhoneNumberWithError.js 494 B

1234567891011
  1. import parsePhoneNumberWithError_ from './parsePhoneNumberWithError_.js';
  2. import normalizeArguments from './normalizeArguments.js';
  3. export default function parsePhoneNumberWithError() {
  4. var _normalizeArguments = normalizeArguments(arguments),
  5. text = _normalizeArguments.text,
  6. options = _normalizeArguments.options,
  7. metadata = _normalizeArguments.metadata;
  8. return parsePhoneNumberWithError_(text, options, metadata);
  9. }
  10. //# sourceMappingURL=parsePhoneNumberWithError.js.map