UNPKG

@nebulaglitch/gcode

Version:
8 lines (7 loc) 210 B
import { default as Command } from '../command'; declare class Comment extends Command { private newline; constructor(content: any, newline?: boolean); toString(): string; } export default Comment;