UNPKG

@scalenc/nc-format

Version:

Library for handling TRUMPF NC file format.

5 lines (4 loc) 86 B
import { Block } from './Block'; export declare class NcText { blocks: Block[]; }