UNPKG
express-di
Version:
latest (5.0.0)
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
0.1.3
0.1.2
0.1.0
0.0.9
0.0.7
0.0.4
0.0.2
0.0.1
0.0.0
Bring the dependency injection pattern to the Express
github.com/luin/express-di
luin/express-di
express-di
/
index.js
3 lines
(2 loc)
•
95 B
JavaScript
View Raw
1
2
3
module
.exports = process.env.
EXPRESS_DI_COV
?
require
(
'./lib-cov/di'
) :
require
(
'./lib/di'
);