UNPKG

nralcm

Version:

This is a framework based on NodeJs to manage rest api request lifecycle

8 lines (7 loc) 265 B
import "reflect-metadata/Reflect"; /** * Method to inject dependency * @param target target objectto inject dependency * @param source source object which will hold dependency object */ export declare function circularInjection(target: any, source: any): void;