UNPKG

@scalenc/tmt-format

Version:

Library for handling TRUMPF TMT file format.

7 lines (6 loc) 122 B
import { Value } from './Value'; export interface Section { name: string; raw?: string; values?: Value[][]; }