parsePhoneNumberWithError.js 319 B

1234567
  1. import parsePhoneNumberWithError_ from './parsePhoneNumberWithError_.js'
  2. import normalizeArguments from './normalizeArguments.js'
  3. export default function parsePhoneNumberWithError() {
  4. const { text, options, metadata } = normalizeArguments(arguments)
  5. return parsePhoneNumberWithError_(text, options, metadata)
  6. }