# toolescape

> this is a personal tool , just for fun

Latest version **1.0.0** (published 2021-06-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install toolescape
pnpm add toolescape
yarn add toolescape
bun add toolescape
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-06-07 |
| First published | 2021-06-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | HobartHan |
| Maintainers | hobarthan |

## Links

- npm: https://www.npmjs.com/package/toolescape
- npm.io page: https://npm.io/package/toolescape

## Recent versions

- 1.0.0 (latest) — 2021-06-07

## README

## 包的使用说明文档

## 安装

```shell
    npm i toolescape
```

## 引入
```js
const tool = require('toolescape')
```

## 使用

```js
const res1 = tool.formatTime(new Date())
```



```js
const res2 = tool.escapeHTML('<span style="color: red">hello</span>')
```


```js
const res3 = tool.unescapeHTML(
  '&lt;span style=&quot;color: red&quot;&gt;hello&lt;/span&gt;'
)
```

## 许可

ISC

---
_Source: https://npm.io/package/toolescape · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
