target-command.js (88B)
1 "use strict"; 2 3 const TargetCommand = { 4 TYPES: {}, 5 }; 6 7 module.exports = TargetCommand;