UNPKG

@scalenc/tmt-format

Version:

Library for handling TRUMPF TMT file format.

9 lines (8 loc) 170 B
export interface Value { value: string | number; whitespace?: string; isPointer?: boolean; isFloat?: boolean; isGeo?: boolean; isRaw?: boolean; }