UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

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