UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

11 lines 213 B
/* jshint node: true */ module.exports = function (common, template, router, webconfig) { return { template: template, router: router, data: { common: common, webconfig: webconfig } }; };