UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

6 lines (5 loc) 169 B
import { TcpNetConnectOpts } from 'net'; export interface ClientOptions extends TcpNetConnectOpts { bin?: string; } export type Parameters = Record<string, string>;