Closed waleedarshad closed 6 years ago
The default parseNumber()
export doesn't accept metadata
.
The custom.js
ones do.
so for using CustomParseNumber do i have to import like this?
import { parseNumber } from 'libphonenumber-js/custom'
as there is not documentation specified how to use custom methods
There is
Thanks
Hi @catamphetamine Please use this merge request to update optional parameters
I had uncommented es6 & metadata.min from my fork .gitignore because it was required in code when i included that into my project.
But this pull request is refined form without es6 and metaData. you can merge this
Thanks