yeshen-tools
Version:
JavaScript 函数库、工具类
51 lines (31 loc) • 1.47 kB
Markdown
# yeshen-tools
JavaScript 函数库、工具类
## Browser Support
 |  |  |  |  | 
--- | --- | --- | --- | --- | --- |
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, 夜神丶