UNPKG

@nova-ts/context

Version:

A TypeScript library for Dependency Injection

12 lines (10 loc) 325 B
/** * * @param key The Key used to bind bean to the ApplicationContext * @returns The key with inversify injection * @description It is used to inject bean from the ApplicationContext * @author Inbanithi * @type Parameter Decorator */ declare function AutoInject(key: any): ParameterDecorator; export { AutoInject };