This commit is contained in:
jiahong
2026-03-27 02:12:03 +08:00
parent 00bd6eef13
commit 021b3f82db
949 changed files with 99966 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict';
module.exports = require('./lib/express');