Maybe it's just me, but I have the hardest time finding documentation of things that are on GitHub. For instance, this one seems to have no documentation at all. The only thing I can get to work is libphonenumber.e164(formats[index], 'US', function (error, result) { because I pulled it from the tests. What if I want to use one of the other formats?
Maybe it's just me, but I have the hardest time finding documentation of things that are on GitHub. For instance, this one seems to have no documentation at all. The only thing I can get to work is
libphonenumber.e164(formats[index], 'US', function (error, result) {because I pulled it from the tests. What if I want to use one of the other formats?