UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

11 lines (9 loc) 223 B
/**! * @author Elgato * @module elgato/streamdeck * @license MIT * @copyright Copyright (c) Corsair Memory Inc. */ import streamDeck from "../types/plugin"; export * from "../types/plugin"; export default streamDeck;