html-entities-decoder npm install html-entities-decoderdecode all html entitiesExamplesinput : 1 © 2 "ouput : 1 © 2 "How to uselet decode = require('html-entities-decoder') let input = '1 © 2 "' let output = decode(input) // 1 © 2 "LicenseMITThank You!!