UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

7 lines 142 B
module.exports = function (app, port) { return { setup: function () { app.set('port', port); } }; };