UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 203 B
import ExtendedPublicKey from './ExtendedPublicKey'; export default interface SocketOptions { auth?: (key: ExtendedPublicKey) => Promise<void | boolean>; } //# sourceMappingURL=SocketOptions.d.ts.map