UNPKG

nralcm

Version:

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

8 lines (7 loc) 236 B
/** * Get method parameters names * @param target Class * @param methodName name of Method * @returns Array of method parameters names */ export declare function getMethodParameters(target: Function, methodName: string): string[];