UNPKG

@sourcedream/allcountjs

Version:

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

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