UNPKG
vv-di
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Simple IoC Container
vv-di
/
index.js
6 lines
(5 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
6
/** * *
@type
{
Container
} */
exports
.
Container
=
require
(
'./container'
);