Isomorphic HTML sanitizer, for Node & the browser
npm install isomorphic-html-sanitizeHTML sanitizer for Node and the browser
```
npm install isomorphic-html-sanitize
`javascript
const sanitize = require('isomorphic-html-sanitize');
sanitize('A hacky HTML piece of code')
``
MIT