removes punctuation as well as the symbols: &, #, $, ~, %, ^, *, [, ], {, and }.
npm install remove-punctuation> removes punctuation as well as the symbols : &, #, $, ~, %, ^, *, [, ], {, and }.

```
$ npm install --save remove-punctuation
`js
import removePunctuation from 'remove-punctuation';
removePunctuation('stuff!!!');
//=> 'stuff'
``
MIT © Christopher Howard