wugang-tools

``` npm i wugang-tools ```

Usage no npm install needed!

<script type="module">
  import wugangTools from 'https://cdn.skypack.dev/wugang-tools';
</script>

README

1.安装

npm i wugang-tools

2.导入

const wugang = require('wugang-tools')

3.转译

const str1 = wugang.htmlEscape()
console.log(str1)

4.还原

const str2 = wugang.htmlUnEscape()
console.lgo(str2)

5.开源协议

ISC