UNPKG

@unclepaul/allcountjs

Version:

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

7 lines 147 B
module.exports = function (app) { return { setup: function () { app.use(require('body-parser')()); } } };