NewsBlur/node/node_modules/express/index.js

12 lines
224 B
JavaScript
Raw Normal View History

2016-11-29 18:29:50 -08:00
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
2012-01-02 18:22:06 -08:00
2016-11-29 18:29:50 -08:00
'use strict';
module.exports = require('./lib/express');