UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

10 lines (9 loc) 279 B
import { ImportedModules } from "./interface"; export declare class ImportParser { static processedFiles: Set<string>; static getFiles(templatePath: string): ImportedModules[]; static parseName(module: string): { alias: string; name: string; }; }