mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 09:22:22 +00:00
chore: clean up transport
This commit is contained in:
parent
212e571624
commit
13844d482c
@ -11,7 +11,7 @@ const goodbye = require('it-goodbye')
|
|||||||
const { collect } = require('streaming-iterables')
|
const { collect } = require('streaming-iterables')
|
||||||
const pipe = require('it-pipe')
|
const pipe = require('it-pipe')
|
||||||
const AbortController = require('abort-controller')
|
const AbortController = require('abort-controller')
|
||||||
const AbortError = require('./errors').AbortError
|
const AbortError = require('../errors').AbortError
|
||||||
const sinon = require('sinon')
|
const sinon = require('sinon')
|
||||||
|
|
||||||
module.exports = (common) => {
|
module.exports = (common) => {
|
||||||
|
@ -13,5 +13,5 @@ module.exports = (common) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.AbortError = require('./errors').AbortError
|
module.exports.AbortError = require('../errors').AbortError
|
||||||
module.exports.Adapter = require('./adapter')
|
module.exports.Adapter = require('../adapter')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user