'use strict'; module.exports = function(app) { app.dateB = Date.now(); app.b = 'plugin b'; };