UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

7 lines (6 loc) 208 B
import { Project, SourceFile } from 'ts-morph'; export declare class TsAstUtil { static project: Project | null; static getSourceFile(filePath: string): SourceFile; static clearProject(): void; }