0.0.8 • Published 4 years ago

@lgd-utils/html v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@lgd-utils/html

Bundle size MIT NPM downloads NPM version lodash npm styled with prettier

A front-end html tool

Usage

import html from '@lgd-utils/html';

const { decode, encode } = html;
decode('&lt;div&gt;&lt;/div&gt;') === '<div></div>'; // true
encode('<div></div>') === '&lt;div&gt;&lt;/div&gt;'; // true

Contribute

Documentation

Related

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago