UNPKG

midnight

Version:

Web framework for building modern web applications

7 lines (6 loc) 120 B
module.exports = (app, object) => { for (var key in object) { app.config[key] = object[key]; } return app; };