UNPKG
plain-ioc
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Plain inversion of control container
github.com/mvcbox/node-plain-ioc
mvcbox/node-plain-ioc
plain-ioc
/
dist
/
index.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./errors'
;
export
{
Container
}
from
'./Container'
;
export
{
Dependency
}
from
'./Dependency'
;
export
{
DependencyKey
}
from
'./DependencyKey'
;
export
{
DependencyFacroty
}
from
'./DependencyFacroty'
;