UNPKG

libphonenumber-js

Version:

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

6 lines (5 loc) 231 B
import { withMetadata } from '../metadata' import { getCountryCallingCode as _getCountryCallingCode } from '../../core/index' export function getCountryCallingCode() { return withMetadata(_getCountryCallingCode, arguments) }