UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

6 lines 207 B
import Command from '../../command'; import { Duplex } from 'stream'; export default class ScreencapCommand extends Command<Duplex> { execute(): Promise<Duplex>; } //# sourceMappingURL=screencap.d.ts.map