UNPKG

105 BJavaScriptView Raw
1module.exports = {
2 topic: 'debug',
3 command: 'noop',
4 description: 'does nothing',
5 run: () => {}
6}