UNPKG

nralcm

Version:

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

6 lines (5 loc) 161 B
/** * Decorator for rest api controller. * Every Controller must decorate with this decorator */ export declare function Controller(): (target: any) => void;