UNPKG

267 BJavaScriptView Raw
1
2/*!
3 * Connect - responseTime
4 * Copyright(c) 2011 TJ Holowaychuk
5 * MIT Licensed
6 */
7
8/**
9 * Reponse time:
10 *
11 * See [response-time](https://github.com/expressjs/response-time)
12 *
13 * @return {Function}
14 * @api public
15 */
16
17module.exports = require('response-time');