UNPKG

nralcm

Version:

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

6 lines (5 loc) 153 B
/** * Method to check class will able to inject dependency * @param target class to check */ export declare function IsInjectable(target: any): void;