UNPKG

@u4/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

11 lines (10 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Command { constructor(command, callback) { this.command = command; this.callback = callback; this.next = null; } } exports.default = Command;