2024-10-04 09:38:27 +02:00
|
|
|
/*!
|
|
|
|
* express
|
|
|
|
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
|
|
* Copyright(c) 2013 Roman Shtylman
|
|
|
|
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
|
|
|
'use strict';
|
2023-12-06 11:59:35 +01:00
|
|
|
|
|
|
|
module.exports = require('./lib/express');
|