mojito
Version:
Mojito provides an architecture, components and tools for developers to build complex web applications faster.
20 lines (15 loc) • 411 B
JavaScript
/*
* Copyright (c) 2011-2013, Yahoo! Inc. All rights reserved.
* Copyrights licensed under the New BSD License.
* See the accompanying LICENSE file for terms.
*/
/*jslint nomen:true, node:true*/
/**
@module moijto-parser-body
**/
;
/**
Export a function which can create a body parser.
@return {Object} The newly constructed body parser.
**/
module.exports = require('express').bodyParser;