UNPKG

335 BJavaScriptView Raw
1/*!
2 * Connect - static
3 * Copyright(c) 2010 Sencha Inc.
4 * Copyright(c) 2011 TJ Holowaychuk
5 * MIT Licensed
6 */
7
8/**
9 * Static:
10 *
11 * See [serve-static](https://github.com/expressjs/serve-static)
12 *
13 * @param {String} root
14 * @param {Object} options
15 * @return {Function}
16 * @api public
17 */
18
19module.exports = require('serve-static');