/toDots

Primary LanguageJavaScript

todots

CircleCI

Replace text in a string with periods.

Install

$ npm install todots

Usage

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