UNPKG

301 BJavaScriptView Raw
1/*!
2 * Connect - timeout
3 * Ported from https://github.com/LearnBoost/connect-timeout
4 * MIT Licensed
5 */
6
7/**
8 * Timeout:
9 *
10 * See [connect-timeout](https://github.com/expressjs/timeout)
11 *
12 * @param {Number} ms
13 * @return {Function}
14 * @api public
15 */
16
17module.exports = require('connect-timeout');