UNPKG

libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

8 lines (6 loc) 356 B
import withMetadataArgument from './withMetadataArgument.js' import { PhoneNumber } from './PhoneNumber.js' import { parsePhoneNumberWithError as _parsePhoneNumberWithError } from '../../../core/es6/index.js' export function parsePhoneNumberWithError() { return withMetadataArgument(_parsePhoneNumberWithError, arguments, PhoneNumber.prototype) }