Skip to content

Commit

Permalink
chore: export pubsub utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 22, 2019
1 parent be03d16 commit b607cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -10,6 +10,7 @@ const errcode = require('err-code')

const Peer = require('./peer')
const message = require('./message')
const utils = require('./utils')

const nextTick = require('async/nextTick')

Expand Down Expand Up @@ -324,3 +325,4 @@ class PubsubBaseProtocol extends EventEmitter {

module.exports = PubsubBaseProtocol
module.exports.message = message
module.exports.utils = utils

0 comments on commit b607cc2

Please sign in to comment.