UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 182 B
import Command from '../../command.js'; export default class ClearCommand extends Command<boolean> { execute(pkg: string): Promise<boolean>; } //# sourceMappingURL=clear.d.ts.map