Skip to content

Commit

Permalink
chore(abstract-transport): export AbstractTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 25, 2016
1 parent d0bdfc7 commit 3d7e470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
},

TransportProvider: require('./transport'),
AbstractTransport: require('./transport/abstract_transport'),
DescribedType: require('./types/described_type'),

/**
Expand Down

0 comments on commit 3d7e470

Please sign in to comment.