toDots Replace text in a string with periods. Install $ npm install toDots Usage const toDots = require('toDots')toDots('SOME STRING') // --> '.... ......'