Skip to content

Commit

Permalink
feat: Add previously inaccessible types and classes to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Nov 29, 2021
1 parent 523ec59 commit 9443c02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ export {
NodePyATVFindAndInstanceOptions,
NodePyATVDeviceOptions,
NodePyATVGetStateOptions,
NodePyATVState
NodePyATVState,
NodePyATVPowerState,
NodePyATVListenerState,
NodePyATVEventValueType,
} from './types';

export {default as NodePyATVDeviceEvent} from './device-event';
export {default as NodePyATVDeviceEvents} from './device-events';
export {default as NodeMyATVDevice} from './device';

export {default} from './instance';

0 comments on commit 9443c02

Please sign in to comment.