ccashfrontend/views/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js
2021-06-18 09:20:09 +10:00

6 lines
No EOL
231 B
JavaScript

import { withMetadata } from '../metadata'
import { getCountryCallingCode as _getCountryCallingCode } from '../../core/index'
export function getCountryCallingCode() {
return withMetadata(_getCountryCallingCode, arguments)
}