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
/
es
/
contribution
/
contribution-protocol.js
2 lines
•
101 B
JavaScript
View Raw
1
2
import
{
Syringe
}
from
'../core'
;
export
var
Provider
=
Syringe
.
defineToken
(
'ContributionProvider'
);