UNPKG

@nebulaglitch/shopbot

Version:
12 lines (9 loc) 219 B
import Command from '../command.js'; class JogB extends Command { constructor(distance){ super('JB'); this.args.push(distance); } } export { JogB as default }; //# sourceMappingURL=jogb.js.map