UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

4 lines (3 loc) 240 B
import { Class } from '../../class.interface'; import { IApiServer } from '../interfaces'; export declare function getApiServers(controllerClass: Class, propertyKey?: string): (IApiServer | ((controller: any) => IApiServer))[] | undefined;