UNPKG
@scalenc/nc-format
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
Library for handling TRUMPF NC file format.
github.com/scalenc/nc-format
scalenc/nc-format
@scalenc/nc-format
/
dist
/
models
/
Statements
/
index.d.ts
10 lines
(9 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./Assignment'
;
export
*
from
'./Declaration'
;
export
*
from
'./FlowControlInstruction'
;
export
*
from
'./GCode'
;
export
*
from
'./Goto'
;
export
*
from
'./Instruction'
;
export
*
from
'./MCode'
;
export
*
from
'./Statement'
;
export
*
from
'./StatementVisitor'
;