getCountryCallingCode.js 260 B

123456
  1. import withMetadataArgument from './withMetadataArgument.js'
  2. import { getCountryCallingCode as _getCountryCallingCode } from '../../core/index.js'
  3. export function getCountryCallingCode() {
  4. return withMetadataArgument(_getCountryCallingCode, arguments)
  5. }