## 安装
```
npm install by666
```

## 导入
```js
const by666 = require('by666');
```

## 格式化时间
```js
const dtStr = by666.dateFormat(new Date());
console.log(dtStr);
```

## 转义 HTML 中的特殊字符
```js
console.log(by666.htmlEscape('<h1>鞠婧祎</h1>'));
```

## 还原 HTML 中的特殊字符
```js
console.log(by666.htmlUnEscape(by666.htmlEscape('<h1>鞠婧祎</h1>')));
```

## 开源协议
ISC