@entrptaher/html-encode-decode

2.0.0 • Public • Published
const encoder = require('./index');

const encoded = encoder.encode('<p>Hello World</p>');
const decoded = encoder.decode(encoded);
console.log({ encoded, decoded });

Readme

Keywords

none

Package Sidebar

Install

npm i @entrptaher/html-encode-decode

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

1.1 kB

Total Files

3

Last publish

Collaborators

  • entrptaher