UNPKG

libphonenumber-js

Version:

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

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