UNPKG
kontainer-di
Version:
latest (0.9.9)
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
A simple lightweight Dependency Injection container
github.com/redradix/kontainer
redradix/kontainer
kontainer-di
/
examples
/
basic
/
config.js
6 lines
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { server:
'testserver'
, database:
'test'
, username:
'foo'
, password:
'f00'
};