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

https://github.com/datav-team/utils-node

Utils-Node
https://github.com/datav-team/utils-node

Last synced: about 2 months ago
JSON representation

Utils-Node

Awesome Lists containing this project

README

        

[ENGLISH](./README_EN.md)

Utils-Node



LICENSE


LICENSE

### Utils-Node

- **[getCmdParams](#getCmdParams)**

### npm 安装

```shell
$ npm install @jiaminghi/utils-node
```

### 使用

```typescript
import { getCmdParams } from '@jiaminghi/utils-node'

// do something
```

示例

#### getCmdParams

```typescript
type getCmdParams = () => any
```