source:
Dev/trunk/src/node_modules/express/index.js
@
484
Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 104 bytes |
Line | |
---|---|
1 | |
2 | module.exports = process.env.EXPRESS_COV |
3 | ? require('./lib-cov/express') |
4 | : require('./lib/express'); |
Note: See TracBrowser
for help on using the repository browser.