UNPKG

297 BJavaScriptView Raw
1import metadata from '../metadata'
2import { AsYouType as _AsYouType } from '../../core/index'
3
4export function AsYouType(country) {
5 return _AsYouType.call(this, country, metadata)
6}
7
8AsYouType.prototype = Object.create(_AsYouType.prototype, {})
9AsYouType.prototype.constructor = AsYouType
\No newline at end of file