UNPKG

231 BJavaScriptView Raw
1import { withMetadata } from '../metadata'
2import { getCountryCallingCode as _getCountryCallingCode } from '../../core/index'
3
4export function getCountryCallingCode() {
5 return withMetadata(_getCountryCallingCode, arguments)
6}
\No newline at end of file