Skip to content

Commit

Permalink
feat(constants): export Constants to the user
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 24, 2015
1 parent 5e42990 commit 6c828b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -9,6 +9,7 @@ var DefaultPolicy = require('./policies/default_policy'),

module.exports = {
Client: require('./amqp_client'),
Constants: require('./constants'),
Policy: {
Default: DefaultPolicy,
EventHub: EventHubPolicy,
Expand Down

0 comments on commit 6c828b7

Please sign in to comment.