UNPKG

@elgato-stream-deck/tcp

Version:

An npm module for interfacing with select Elgato Stream Deck devices in node over tcp

8 lines 246 B
export declare class QueuedCommand { readonly promise: Promise<Buffer>; readonly commandType: number; constructor(commandType: number); resolve(_res: Buffer): void; reject(_res: any): void; } //# sourceMappingURL=util.d.ts.map