UNPKG

@elgato-stream-deck/node

Version:

An npm module for interfacing with the Elgato Stream Deck in node

8 lines 356 B
import type { StreamDeck } from '@elgato-stream-deck/core'; import { StreamDeckProxy } from '@elgato-stream-deck/core'; export declare class StreamDeckNode extends StreamDeckProxy { private readonly resetToLogoOnClose; constructor(device: StreamDeck, resetToLogoOnClose: boolean); close(): Promise<void>; } //# sourceMappingURL=wrapper.d.ts.map