Files
SerpentRace/SerpentRace_Backend/node_modules/libphonenumber-js/mobile/exports/getCountryCallingCode.js
T
2025-07-18 09:20:40 +02:00

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)
}