UNPKG

libphonenumber-js

Version:

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

9 lines (7 loc) 297 B
import metadata from '../metadata' import { AsYouType as _AsYouType } from '../../core/index' export function AsYouType(country) { return _AsYouType.call(this, country, metadata) } AsYouType.prototype = Object.create(_AsYouType.prototype, {}) AsYouType.prototype.constructor = AsYouType