UNPKG
bambu-js
Version:
latest (3.0.1)
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.0.3
2.0.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Tools to interact with Bambu Lab printers
bambu-js
/
dist
/
models
/
h2d
/
index.d.ts
9 lines
(8 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
type
H2DState,
type
H2DReportState }
from
"./state.js"
;
export
{
type
H2DState,
type
H2DReportState }
from
"./state.js"
;
export
*
from
"./commands.js"
;
export
*
from
"./camera.js"
;
export
type
H2D
= {
FullState
: H2DState;
ReportState
: H2DReportState; };