@lgd-utils/html
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@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

Package Sidebar

Install

npm i @lgd-utils/html

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

16.8 kB

Total Files

11

Last publish

Collaborators

  • lgd.huafeeng