@nestjs/swagger
Version:
Nest - modern, fast, powerful node.js web framework (@swagger)
8 lines (7 loc) • 373 B
TypeScript
import * as ts from 'typescript';
import { PluginOptions } from '../merge-options';
export declare function typeReferenceToIdentifier(typeReferenceDescriptor: {
typeName: string;
isArray?: boolean;
arrayDepth?: number;
}, hostFilename: string, options: PluginOptions, factory: ts.NodeFactory, type: ts.Type, typeImports: Record<string, string>): ts.Identifier;