UNPKG

@nebulaglitch/gcode

Version:
19 lines (14 loc) 420 B
'use strict'; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } }); const command = require('../command.cjs'); class Literal extends command.default { toString() { return this.args.join(' '); } constructor(content){ super(''); this.args.push(content); } } exports.default = Literal; //# sourceMappingURL=literal.cjs.map