UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

5 lines (4 loc) 198 B
import * as ts from 'typescript'; export declare class AbstractFileVisitor { updateImports(sourceFile: ts.SourceFile, factory: ts.NodeFactory | undefined, program: ts.Program): ts.SourceFile; }