UNPKG
@methodus/framework-injection
Version:
latest (8.0.8)
8.0.8
8.0.5
8.0.4
8.0.3
8.0.2
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.3
7.0.2
7.0.1
7.0.0
Dependency injection for methodus
methodus.dev
nodulusteam/methodus.dev
@methodus/framework-injection
/
dist
/
decorators
/
inject.d.ts
3 lines
(2 loc)
•
102 B
TypeScript
View Raw
1
2
3
import
'reflect-metadata'
;
export
declare
function
Inject
(
name
?:
string
,
propertyName
?:
string
):
any
;