UNPKG

@nebulaglitch/gcode

Version:
9 lines (8 loc) 281 B
import { default as Command } from '../command'; import { default as Literal } from './literal'; declare class Mach3Comment extends Command { private newline; constructor(content: string | Literal, newline?: boolean); toString(): string; } export default Mach3Comment;