UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 219 B
import Command from '../../command.js'; import { Duplex } from 'node:stream'; export default class LocalCommand extends Command<Duplex> { execute(path: string): Promise<Duplex>; } //# sourceMappingURL=local.d.ts.map