html-entities-decoder

decode all html entities

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
html-entities-decoder
13201.0.22 years ago6 years agoMinified + gzip package size for html-entities-decoder in KB

Readme

html-entities-decoder Version Number License download
npm install html-entities-decoder

decode all html entities

Examples

input : 1 © 2 "
ouput : 1 © 2 "

How to use

let decode = require('html-entities-decoder')
let input = '1 © 2 "'
let output = decode(input) // 1 © 2 "

License

MIT
Thank You!!