UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

20 lines (17 loc) 335 B
/*! * Connect - static * Copyright(c) 2010 Sencha Inc. * Copyright(c) 2011 TJ Holowaychuk * MIT Licensed */ /** * Static: * * See [serve-static](https://github.com/expressjs/serve-static) * * @param {String} root * @param {Object} options * @return {Function} * @api public */ module.exports = require('serve-static');