18 lines
267 B
JavaScript
18 lines
267 B
JavaScript
|
|
||
|
/*!
|
||
|
* Connect - responseTime
|
||
|
* Copyright(c) 2011 TJ Holowaychuk
|
||
|
* MIT Licensed
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Reponse time:
|
||
|
*
|
||
|
* See [response-time](https://github.com/expressjs/response-time)
|
||
|
*
|
||
|
* @return {Function}
|
||
|
* @api public
|
||
|
*/
|
||
|
|
||
|
module.exports = require('response-time');
|