text-format
Formatting options for plain text data (javascript/ES6)
NPM
``
shell
$ npm install text-format --save
`
Example
`
javascript
import * as textFormat from "text-format";
const formatted = textFormat.formatPhone("1234567890");
console.log(formatted);
``
* Dependency:
MomentJS