ccashfrontend/views/node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js
2021-06-18 09:20:09 +10:00

6 lines
249 B
JavaScript

import { withMetadata } from '../metadata'
import { parsePhoneNumberWithError as _parsePhoneNumberWithError } from '../../core/index'
export function parsePhoneNumberWithError() {
return withMetadata(_parsePhoneNumberWithError, arguments)
}