function empty() { return ''; } module.exports.data = empty; module.exports.error = empty; module.exports.end = empty;