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
/
lib
/
contribution
/
contribution-protocol.js
12 lines
(8 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Provider
=
void
0
;
var
_core =
require
(
"../core"
);
var
Provider
= _core.
Syringe
.
defineToken
(
'ContributionProvider'
);
exports
.
Provider
=
Provider
;