Skip to content

Commit

Permalink
Merge pull request #15 from libp2p/chore/export-pubsub-utils
Browse files Browse the repository at this point in the history
chore: export pubsub utils
  • Loading branch information
vasco-santos committed Apr 22, 2019
2 parents 0eaed4b + b607cc2 commit 6963e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
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 6963e46

Please sign in to comment.