UNPKG

@nova-ts/context

Version:

A TypeScript library for Dependency Injection

6 lines (3 loc) 225 B
import { ExecutionContext } from '../Types/ExcutionContext.js'; declare function createExecutionContext(target: any, methodName: string, handler: Function, args: any[]): ExecutionContext; export { createExecutionContext };