1.0.4 • Published 2 years ago

phone-format-convert v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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!

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

1.0.1

2 years ago