UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

6 lines (5 loc) 191 B
import Command from '../Command'; import Connection from '../Connection'; export default class ShellCommand extends Command<Connection> { execute(command: string): Promise<Connection>; }