UNPKG
hottohts
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript library for HottoH pellet stoves
hottohts
/
dist
/
index.d.ts
10 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * hottohts - Module entry point * * Re-exports all public classes and enums for HottoH stove control. */
export
*
from
'./client'
;
export
*
from
'./const'
;
export
*
from
'./hottoht'
;
export
*
from
'./request'
;
//# sourceMappingURL=index.d.ts.map