Skip to content

Commit

Permalink
Export descriptor class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Jul 15, 2019
1 parent 0840129 commit c841068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { BleManager } from './src/BleManager'
export { Device } from './src/Device'
export { Service } from './src/Service'
export { Characteristic } from './src/Characteristic'
export { Descriptor } from './src/Descriptor'
export { fullUUID } from './src/Utils'
export { State, LogLevel, ConnectionPriority, ScanCallbackType, ScanMode } from './src/TypeDefinition'

Expand Down

0 comments on commit c841068

Please sign in to comment.