Fast function for decoding HTML entities.
npm install html-entities-decode> This package is deprecated, use "entities-decode" or "entities" instead.
Fast function for decoding HTML entities.
``sh`
npm install --save html-entities-decode
`ts
import decode from 'html-entities-decode';
decode ( '&:' ); // => '&:'
``
MIT © Fabio Spampinato