Uncaught TypeError: Entities is not a constructor in ('html-entities').XmlEntities;

Viewed 16
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

0 Answers
Related