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