unescape-alltypes-html

0.1.1 • Public • Published

unescape-alltypes-html

This repo is created to convert all types of escaped html into the original one, including Hex/Dec/Entity.

See sidehtmlentity for details.

unescape-html is just a reverse of escape-html, and it fails to convert some types.

Installation

$ yarn add unescape-alltypes-html

# or if you prefer npm
$ npm install unescape-alltypes-html

Usage

import unescape from 'unescape-alltypes-html'

unescape('& & &') //'& & &'

Readme

Keywords

none

Package Sidebar

Install

npm i unescape-alltypes-html

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

18.3 kB

Total Files

7

Last publish

Collaborators

  • stop2stare