UNPKG

@nebulaglitch/shopbot

Version:
6 lines (5 loc) 186 B
import { default as Command } from '../command'; declare class JogSpeed extends Command { constructor(xjogspeed: number | null, yjogspeed: number | null); } export default JogSpeed;