Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 317 Bytes

unescapehtmltext

A utility function to unescape a string containing legally-html-escaped entities to the plain text

Installation

npm i unescapehtmltext

Usage

const uht = require('unescapehtmltext');
console.log(uht('Ο © 𘚟 & <Hello, World!>'));