dashboard
repositories
filestore
activity
search
login
drone
/
drone-web
无人机操作系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目编辑、新增接口功能对接
husq
2023-09-04
a1fc00dbb4926cda11db43cf081f4bc06bcf3f98
[drone/drone-web.git]
/
src
/
shims-mqtt.d.ts
1
2
3
4
declare module 'mqtt/dist/mqtt.min' {
import MQTT from 'mqtt'
export = MQTT
}