UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

7 lines (6 loc) 264 B
import ts from "typescript"; import { IReflectImport } from "../structures/IReflectImport"; export declare namespace ImportAnalyzer { const analyze: (file: ts.SourceFile) => IReflectImport[]; const merge: (imports: IReflectImport[]) => IReflectImport[]; }