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
/
Value.d.ts
9 lines
(8 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Value
{
value
:
string
|
number
;
whitespace
?:
string
;
isPointer
?:
boolean
;
isFloat
?:
boolean
;
isGeo
?:
boolean
;
isRaw
?:
boolean
; }