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