isSupportedCountry.js 248 B

123456
  1. import withMetadataArgument from './withMetadataArgument.js'
  2. import { isSupportedCountry as _isSupportedCountry } from '../../core/index.js'
  3. export function isSupportedCountry() {
  4. return withMetadataArgument(_isSupportedCountry, arguments)
  5. }