ccashfrontend/views/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js
2021-06-18 09:20:09 +10:00

6 lines
No EOL
219 B
JavaScript

import { withMetadata } from '../metadata'
import { isSupportedCountry as _isSupportedCountry } from '../../core/index'
export function isSupportedCountry() {
return withMetadata(_isSupportedCountry, arguments)
}