UNPKG

@u4/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

10 lines 253 B
export default class Reply { type: string; value: string; static ERROR: string; static OK: string; constructor(type: string, value: string); isError(): boolean; toError(): Error; } //# sourceMappingURL=reply.d.ts.map