1.0.0 • Published 8 years ago

toDots v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

toDots

CircleCI

Replace text in a string with periods.

Install

$ npm install toDots

Usage

const toDots = require('toDots')
toDots('SOME STRING') // --> '.... ......'
1.0.0

8 years ago