UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

8 lines 279 B
import LineTransform from '../../linetransform.js'; import Command from '../../command.js'; export default class LogcatCommand extends Command<LineTransform> { execute(options?: { clear?: boolean; }): Promise<LineTransform>; } //# sourceMappingURL=logcat.d.ts.map