1.0.4 • Published 7 years ago

text-format v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

text-format

Formatting options for plain text data (javascript/ES6)

NPM

  $ npm install text-format --save

Example

  import * as textFormat from "text-format";
  const formatted = textFormat.formatPhone("1234567890");
  console.log(formatted);