UNPKG

libphonenumber-js

Version:

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

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