Cygni_backend/node_modules/libphonenumber-js/mobile/exports/getCountryCallingCode.js

6 lines
255 B
JavaScript

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