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
/
Header.d.ts
9 lines
(8 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export interface Header { name:
string
;
date
:
string
; version:
string
;
format
:
string
; measuringSystem?:
string
; application?:
string
; }