2016-07-18 21:16:35 +08:00

7 lines
99 B
JavaScript

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