UNPKG

@devicefarmer/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

18 lines (12 loc) 265 B
(function() { var Command; Command = (function() { function Command(command, callback) { this.command = command; this.callback = callback; this.next = null; } return Command; })(); module.exports = Command; }).call(this);