- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
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)
|
|
} |