UNPKG

html-entities-decode

Version:
24 lines (14 loc) 344 B
> This package is deprecated, use "entities-decode" or "entities" instead. # HTML Entities Decode Fast function for decoding HTML entities. ## Install ```sh npm install --save html-entities-decode ``` ## Usage ```ts import decode from 'html-entities-decode'; decode ( '&:' ); // => '&:' ``` ## License MIT © Fabio Spampinato