UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

8 lines (7 loc) 254 B
export declare function getLastPid(): Promise<number>; export declare function readTargets(result: string): string[]; export declare function readPorts(result: string, reverse?: boolean): { target: string; local: string; remote: string; }[];