芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/sucrase/dist/types/HelperManager.d.ts
import type NameManager from "./NameManager"; declare const HELPERS: { [name: string]: string; }; export declare class HelperManager { readonly nameManager: NameManager; helperNames: { [baseName in keyof typeof HELPERS]?: string; }; createRequireName: string | null; constructor(nameManager: NameManager); getHelperName(baseName: keyof typeof HELPERS): string; emitHelpers(): string; } export {};