X-Git-Url: http://git.squeep.com/?p=squeep-amqp-helper;a=blobdiff_plain;f=index.js;fp=index.js;h=cc9947b157e542eb028f11314ddcb9c531f77c26;hp=0000000000000000000000000000000000000000;hb=174280d3f44ba13dac0b26d42d968189a4f4fa93;hpb=67905316ada5ee4668306506705f4ee2a5f407f0 diff --git a/index.js b/index.js new file mode 100644 index 0000000..cc9947b --- /dev/null +++ b/index.js @@ -0,0 +1,8 @@ +'use strict'; +const Consumer = require('./lib/consumer'); +const Publisher = require('./lib/publisher'); + +module.exports = { + Consumer, + Publisher, +};