html-decoder
Tiny module that converts HTML codes to human readable characters
Installation
In a browser:
``html
`
Via npm:
`bash
npm install string.prototype.htmlDecode
`
Then, in Node.js:
`js
require('string.prototype.htmlDecode');
``
Author
@forksofpower