UNPKG
ts-bakery
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
Baked dependency injection for Typescript.
ts-bakery
/
build
/
Injection
/
Decorators.d.ts
4 lines
(3 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
export
declare
function
inject
(
target
:
any
,
propertyKey
:
string
):
void
;
export
declare
function
postInject
(
target
:
any
,
propertyKey
:
string
):
void
;
export
declare
function
postResolve
(
target
:
any
,
propertyKey
:
string
):
void
;