# yeshen-tools



JavaScript 函数库、工具类

## Browser Support

![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_7-8/internet-explorer_7-8_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png)
--- | --- | --- | --- | --- | --- |
7+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 6+ ✔ |

## Docs

[To view the document 查看文档](https://yeshenzhy.github.io/learn-web/vite/whyVite.html)

## Installing

```shell
npm install yeshen-tools -D
yarn add yeshen-tools -D
```

Using nodejs

```javascript
const yeshenTools = require('yeshen-tools')
```

Get on [unpkg](https://unpkg.com/yeshen-tools/) and [cdnjs](https://cdn.jsdelivr.net/npm/yeshen-tools/)

```HTML
<script src="https://cdn.jsdelivr.net/npm/yeshen-tools"></script>
```

### Import all methods

```javascript
import * as yeshenTools from 'yeshen-tools'

```
## Import one methods


```javascript
import { xxx } from 'yeshen-tools'

```
## License

[MIT](LICENSE) © 2022-present, 夜神丶