UNPKG

@nebulaglitch/gcode

Version:
6 lines (5 loc) 163 B
import { default as Command } from './command'; declare class GcodePrinter { static print(arr: Command[], sb?: string): string; } export default GcodePrinter;