parsePhoneNumberWithError.js 278 B

123456
  1. import withMetadataArgument from './withMetadataArgument.js'
  2. import { parsePhoneNumberWithError as _parsePhoneNumberWithError } from '../../core/index.js'
  3. export function parsePhoneNumberWithError() {
  4. return withMetadataArgument(_parsePhoneNumberWithError, arguments)
  5. }