UNPKG

libphonenumber-js

Version:

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

5 lines 174 B
import Metadata from './metadata'; export default function getCountries(metadata) { return new Metadata(metadata).getCountries(); } //# sourceMappingURL=getCountries.js.map