UNPKG

249 BJavaScriptView Raw
1import { withMetadata } from '../metadata'
2import { parsePhoneNumberWithError as _parsePhoneNumberWithError } from '../../core/index'
3
4export function parsePhoneNumberWithError() {
5 return withMetadata(_parsePhoneNumberWithError, arguments)
6}