UNPKG
stepdad
Version:
latest (1.0.2-3)
next (1.0.2-2)
1.0.2-3
1.0.2-2
1.0.2-1
1.0.2-0
1.0.1
Stupid simple and lightweight dependency injection
github.com/mikro/stepdad
mikro/stepdad
stepdad
/
dist
/
decorators
/
Inject.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
Type
}
from
'../interfaces/Type'
;
export
declare
const
Inject
:
() =>
(
target
:
Type
<
any
>
) =>
void
;