UNPKG
easy-api-client
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
开源项目服务端api框架easy-spring-boot-api的typescript客户端api对接工具包
pddon.cn
easy-api-client
/
lib
/
index.d.ts
4 lines
(3 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
export
{
RequestType
,
ApiDesc
,
ApiOptions
,
CurrentLoginUserInfo
,
ApiClient
,
ApiPreHandler
,
ApiAfterHandler
}
from
'./api/ApiClient'
;
export
{ newApiClientInstance }
from
'./api/impl/ApiClientImpl'
;
export
{
EncryptUtil
}
from
'./utils/EncryptUtil'
;