UNPKG
mp-mqtt
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
微信小程序版 MQTT.js
github.com/hcl2020/mp-mqtt
hcl2020/mp-mqtt
mp-mqtt
/
dist
/
index.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
'./lib/wx-debug'
;
import
{ connect,
MqttClient
,
Store
}
from
'./lib'
;
export
{ connect,
MqttClient
,
Store
};
export
default
connect;
import
type
*
as
Types
from
'mqtt'
;
export
type
{
Types
};