### Usage

```bash
npm i @<%= organization %>/<%= name %>@0.0.1
```
### feature
```
0.0.1 初始提供
```

### Features

 - Test:测试
 - 
### Importing library

You can import the generated bundle to use the whole library generated by this starter:

```javascript
import Test from '@<%= organization %>/<%= name %>'
```

### Test

```javascript
  // 测试返回Promise函数
  testA(data: any): Promise<String>
  // 测试返回字符串函数
  testB(data: any): String
```
