UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

5 lines (4 loc) 153 B
import { SourceFile } from 'ts-morph'; export declare class ImportAnalyzer { static analyzeImports(sourceFile: SourceFile): Map<string, string[]>; }