const Entities = require('html-entities').XmlEntities;
const entities = new Entities();
getting Uncaught TypeError: Entities is not a constructor
how to fix this?
module-> html-entities | version -> 2.3.3
const Entities = require('html-entities').XmlEntities;
const entities = new Entities();
getting Uncaught TypeError: Entities is not a constructor
how to fix this?
module-> html-entities | version -> 2.3.3