UNPKG

@u4/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

8 lines 240 B
import { Callback } from './Callback'; export default class Command { command: string; callback: Callback<any>; next: any; constructor(command: string, callback: Callback<any>); } //# sourceMappingURL=command.d.ts.map