Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kailong321200875/helper
Collect commonly used toolsets.
https://github.com/kailong321200875/helper
helper rollup tool utils
Last synced: 3 months ago
JSON representation
Collect commonly used toolsets.
- Host: GitHub
- URL: https://github.com/kailong321200875/helper
- Owner: kailong321200875
- License: mit
- Created: 2022-05-10T07:04:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T03:01:05.000Z (11 months ago)
- Last Synced: 2024-04-26T17:13:25.309Z (9 months ago)
- Topics: helper, rollup, tool, utils
- Language: TypeScript
- Homepage: https://kailong321200875.github.io/helper/index.html
- Size: 763 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.docs.md
- License: LICENSE
Awesome Lists containing this project
README
# @design-view/helper
工具集军火库,集中管理工具函数
## 安装
```bash
pnpm i @design-view/helper
```## 使用
### ESM 导入
```ts
import { isNumber } from '@design-view/helper'isNumber('123')
```### CJS 导入
```ts
const utils = require('@design-view/helper')utils.isNumber('123')
```## 文档
[使用文档](https://kailong321200875.github.io/helper/index.html)