UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

6 lines (5 loc) 156 B
import Command from '../Command'; import Hilog from '../Hilog'; export declare class HilogCommand extends Command<Hilog> { execute(): Promise<Hilog>; }