npm i @imedx/ics-imedx-ymt-platform-js-sdk@0.0.1
0.0.1 初始提供
- Test:测试
You can import the generated bundle to use the whole library generated by this starter:
import Test from '@imedx/ics-imedx-ymt-platform-js-sdk'
// 测试返回Promise函数
testA(data: any): Promise<String>
// 测试返回字符串函数
testB(data: any): String