UNPKG
mana-syringe
Version:
latest (0.3.2)
next (0.2.2-next.0)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.2-next.0
0.2.1
0.2.0
0.1.0
0.0.1
IoC library for mana, easily to use.
mana-syringe
/
src
/
index.ts
7 lines
(6 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
'./decorator'
;
export
*
from
'./container'
;
export
*
from
'./module'
;
export
*
from
'./contribution'
;
export
*
from
'./core'
;
export
*
from
'./side-option'
;