UNPKG

libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

6 lines (5 loc) 219 B
import { withMetadata } from '../metadata' import { isSupportedCountry as _isSupportedCountry } from '../../core/index' export function isSupportedCountry() { return withMetadata(_isSupportedCountry, arguments) }