repo.or.cz
/
express.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove redundant `.all` function.
[express.git]
/
index.js
blob
bfe99345b76e99468959658eac250fcdc9e0302f
1
2
module
.
exports
=
process
.
env
.
EXPRESS_COV
3
?
require
(
'./lib-cov/express'
)
4
:
require
(
'./lib/express'
);