UNPKG
@nova-ts/context
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A TypeScript library for Dependency Injection
github.com/Inbanithi107/NovaTS
@nova-ts/context
/
dist
/
Abstract
/
ExcutionContextFactory.d.ts
6 lines
(3 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ExecutionContext
}
from
'../Types/ExcutionContext.js'
;
declare
function
createExecutionContext
(
target
:
any
,
methodName
:
string
,
handler
:
Function
,
args
:
any
[]
):
ExecutionContext
;
export
{ createExecutionContext };