@namecheap/tsoa-cli
Version:
Build swagger-compliant REST APIs using TypeScript and Node
6 lines (5 loc) • 439 B
TypeScript
import * as ts from 'typescript';
import { ExtendedSpecConfig } from '../cli';
import { Tsoa } from '@namecheap/tsoa-runtime';
export declare const getSwaggerOutputPath: (swaggerConfig: ExtendedSpecConfig) => string;
export declare const generateSpec: (swaggerConfig: ExtendedSpecConfig, compilerOptions?: ts.CompilerOptions | undefined, ignorePaths?: string[] | undefined, metadata?: Tsoa.Metadata | undefined) => Promise<Tsoa.Metadata>;