UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

5 lines (4 loc) 261 B
import * as ts from 'typescript'; export declare function getJSDocDescription(node: ts.Node): string; export declare function getJSDocTag(node: ts.Node, tagName: string): string; export declare function isExistJSDocTag(node: ts.Node, tagName: string): boolean;