UNPKG
controly
Version:
latest (2.0.0)
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.2.0
1.1.0
SDK for the Controly real-time communication system.
controly
/
dist
/
index.d.ts
8 lines
(7 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@file
Main entry point for the Controly SDK package. * Exports all public classes and types. */
export
{
Controller
}
from
'./Controller.js'
;
export
{
Display
}
from
'./Display.js'
;
export
*
from
'./types.js'
;