UNPKG

libphonenumber-js

Version:

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

7 lines (5 loc) 249 B
import { withMetadata } from '../metadata' import { parsePhoneNumberWithError as _parsePhoneNumberWithError } from '../../core/index' export function parsePhoneNumberWithError() { return withMetadata(_parsePhoneNumberWithError, arguments) }