@u4/adbkit
Version:
A Typescript client for the Android Debug Bridge.
8 lines • 347 B
TypeScript
import { TcpNetConnectOpts } from 'net';
export interface ClientOptions extends TcpNetConnectOpts {
/**
* As the sole exception, this option provides the path to the `adb` binary, used for starting the server locally if initial connection fails. Defaults to `'adb'`.
*/
bin?: string;
}
//# sourceMappingURL=ClientOptions.d.ts.map