UNPKG

@u4/adbkit-monkey

Version:

A Node.js interface to the Android monkey tool.

8 lines 250 B
/// <reference types="node" /> import Net from 'net'; import Client from './client'; export default class Connection extends Client { connect(options: Net.NetConnectOpts): this; _hook(): void; } //# sourceMappingURL=connection.d.ts.map