UNPKG

@nebulaglitch/gcode

Version:
6 lines (5 loc) 143 B
import { default as Command } from '../command'; declare class Dwell extends Command { constructor(time?: number); } export default Dwell;