parsePhoneNumberWithError_.js 170 B

12345
  1. import parse from './parse.js'
  2. export default function parsePhoneNumberWithError(text, options, metadata) {
  3. return parse(text, { ...options, v2: true }, metadata)
  4. }