UNPKG

libphonenumber-js

Version:

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

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