UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

13 lines (12 loc) 304 B
import Command from './Command'; import Emitter from 'licia/Emitter'; export default class Hilog extends Emitter { private readonly command; private ended; private data; constructor(command: Command<Hilog>); end(): void; private read; private parse; private parseEntry; }