0.1.1 • Published 6 years ago

unescape-alltypes-html v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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('& & &') //'& & &'
0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago