1.0.0 • Published 5 years ago
text-formatter-light v1.0.0
Format your text the way you wanted
Installation
NPM
npm i text-formatter-lightUsage
import textFormatter from "text-formatter-light";
const format = "(xxxx) - xxxx"
textFormatter("12345678",format); // -> (1234) - 56781.0.0
5 years ago