UNPKG
@ncp-web/portal-communication
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.0
0.1.0
portal 通讯工具
@ncp-web/portal-communication
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
{ portalMessageReceive }
from
'./receive/portal-message-receive'
;
import
{ portalMessageSend }
from
'./send/portal-message-send'
;
export
{ portalMessageReceive, portalMessageSend };