20 lines
335 B
JavaScript
20 lines
335 B
JavaScript
/*!
|
|
* 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');
|