UNPKG

now-sync

Version:

A tool to help developers sync their JavaScript resources with ServiceNow.

8 lines (6 loc) 168 B
const CommandParser = require('../command-parser'); module.exports = class Delete extends CommandParser { action() { // console.log('delete', this.args); } };