UNPKG

@mixer/interactive-node

Version:

A NodeJS and Browser compatible client for mixer.com's interactive 2 Protocol

13 lines (12 loc) 332 B
/** * @deprecated etags are no longer used, you can always omit/ignore this */ export declare type ETag = string; export * from './IButton'; export * from './IControl'; export * from './IInput'; export * from './IJoystick'; export * from './ILabel'; export * from './IScreen'; export * from './ITextbox'; export * from './IMeta';