# What is it? This repo is a compiled and minified version of the utilities functions from the [googlei18n's libphonenumber](https://github.com/googlei18n/libphonenumber) library. The functions are exposed to `window.intlTelInputUtils` inside browser envi
npm install libphonenumber-js-utilswindow.intlTelInputUtils inside browser environment.libphonenumber-js-utils to the package dependency.import 'libphonenumber-js-utils'; in your code.window.intlTelInputUtils.FIXED_LINE, MOBILE, etc.NATIONAL INTERNATIONALFIXED_LINE MOBILE FIXED_LINE_OR_MOBILE TOLL_FREE PREMIUM_RATE SHARED_COST VOIP PERSONAL_NUMBER PAGER UAN VOICEMAIL UNKNOWNIS_POSSIBLE INVALID_COUNTRY_CODE TOO_SHORT TOO_LONG NOT_A_NUMBER* git clone https://github.com/googlei18n/libphonenumber/
* git clone https://github.com/google/closure-library/
* git clone https://github.com/google/closure-compiler.git
* git clone https://github.com/google/closure-linter.git
* git clone https://github.com/google/python-gflags.git
mvn -DskipTestssrc/libphonenumber.js to libphonenumber/javascript/i18n/phonenumbers/demo.js.3. Compile the demo.js and all its dependencies to one file: demo-compiled.js:
ant -f javascript/build.xml compile-demo
3. Run the compiled demo: javascript/i18n/phonenumbers/demo-compiled.html