UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

6 lines (5 loc) 186 B
import Command from '../Command'; import { Parameters } from '../../types'; export default class GetParametersCommand extends Command<Parameters> { execute(): Promise<Parameters>; }