UNPKG

dinoloop-es8

Version:

A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript

4 lines (3 loc) 105 B
export declare abstract class FunctionUtility { static getParamNames(func: Function): string[]; }