Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)