UNPKG
@scalenc/tmt-format
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
Library for handling TRUMPF TMT file format.
github.com/scalenc/tmt-format
scalenc/tmt-format
@scalenc/tmt-format
/
dist
/
model
/
Section.d.ts
7 lines
(6 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Value
}
from
'./Value'
;
export
interface
Section
{
name
:
string
;
raw
?:
string
;
values
?:
Value
[][]; }