UNPKG

@nebulaglitch/shopbot

Version:
6 lines (5 loc) 207 B
import { default as Command } from '../command'; declare class Jog3 extends Command { constructor(distanceX?: number | null, distanceY?: number | null, distanceZ?: number | null); } export default Jog3;