catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.79k stars 216 forks source link

missing typescript definition for AsYouType custom #278

Closed aitboudad closed 5 years ago

aitboudad commented 5 years ago

the following import throw Module '/node_modules/libphonenumber-js/custom"' has no exported member 'AsYouType'. error

import { AsYouType } from 'libphonenumber-js/custom';
catamphetamine commented 5 years ago

Fixed in libphonenumber-js@1.6.8.

aitboudad commented 5 years ago

Thanks!