const makeDebug = require('debug') function initConductor(peer, config) { return { } } exports.name = 'conductor' exports.init = initConductor