phone-format-convert
v1.0.4
Published
Convert text to international (US) friendly phone number format
Downloads
2
Readme
phone-format-convert
Convert text to international (US) friendly phone number format
Installation
npm i phone-format-convert --save
The code works in browsers as well, you can copy these functions into your project or otherwise include them with your other JavaScript
Usage
const {phoneConvert} = require('format-convert');
let value = phoneConvert(00000000000)
console.log(value)
License
MIT
Free Software, Hell Yeah!