2015-06-18 23:00:20 -04:00
|
|
|
/*!
|
|
|
|
|
* express
|
|
|
|
|
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
|
|
|
* Copyright(c) 2013 Roman Shtylman
|
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
|
* MIT Licensed
|
|
|
|
|
*/
|
2010-07-07 17:13:49 -07:00
|
|
|
|
2015-06-18 23:01:18 -04:00
|
|
|
'use strict';
|
|
|
|
|
|
2014-05-18 01:35:12 -04:00
|
|
|
module.exports = require('./lib/express');
|