text-formatter-light
v1.0.0
Published
Format your text fast and lightweightly
Downloads
1
Readme
Format your text the way you wanted
Installation
NPM
npm i text-formatter-light
Usage
import textFormatter from "text-formatter-light";
const format = "(xxxx) - xxxx"
textFormatter("12345678",format); // -> (1234) - 5678