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
/
decorator.d.ts
3 lines
(2 loc)
•
166 B
TypeScript
View Raw
1
2
3
import
type
{
Syringe
}
from
'../core'
;
export
declare
const
contrib
:
(
token
:
Syringe
.
Named
) =>
(
target
:
any
,
targetKey
:
string
,
index
?:
number
|
undefined
) =>
void
;