UNPKG

egg-kafka

Version:
8 lines (5 loc) 123 B
'use strict'; const kafka = require('./lib/index'); module.exports = app => { if (app.config.kafka.app) kafka(app); };