npm i toolescape
const tool = require('toolescape')
const res1 = tool.formatTime(new Date())
const res2 = tool.escapeHTML('<span style="color: red">hello</span>')
const res3 = tool.unescapeHTML( '<span style="color: red">hello</span>' )
ISC