0.0.2-beta.5 • Published 6 months ago

@icreate/ics-iform v0.0.2-beta.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Usage

npm i @icreate/ics-iform@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:

import Test from '@icreate/ics-iform'

Test

  // 测试返回Promise函数
  testA(data: any): Promise<String>
  // 测试返回字符串函数
  testB(data: any): String