UNPKG

hdckit

Version:

A pure Node.js client for the OpenHarmony Device Connector

12 lines (11 loc) 291 B
import Emitter from 'licia/Emitter'; import Command from './Command'; export default class Tracker extends Emitter { private readonly command; private targetList; private ended; constructor(command: Command<Tracker>); end(): void; private read; private update; }