UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

8 lines (7 loc) 265 B
import ExecCommand from '../ExecCommand'; export declare class InstallCommand extends ExecCommand<void> { execute(hap: string): Promise<void>; } export declare class UninstallCommand extends ExecCommand<void> { execute(bundleName: string): Promise<void>; }