You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: