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.76k stars 218 forks source link

Allow extended argument in findPhoneNumbersInText #440

Closed AaronMoat closed 1 year ago

AaronMoat commented 1 year ago

This method accepts extended: true to change leniency but this is not exposed in typescript.

catamphetamine commented 1 year ago

Indeed. Published libphonenumber-js@1.10.26 with this fix.