UNPKG
@interactify-live/short
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
0.0.3
Pure MQTT connector for Interactify short videos - no UI or video dependencies
@interactify-live/short
/
dist
/
index.d.ts
5 lines
(4 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
5
import
{
Connector
}
from
"./connector"
;
import
type
{
ShortMessage
}
from
"./connector"
;
export
{
Connector
};
export
type
{
ShortMessage
};