📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 03:16:52
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
sucrase
/
dist
/
types
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/sucrase/dist/types
🔄 Refresh
✏️
Editing: HelperManager.d.ts
Writable
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 {};
💾 Save Changes
❌ Cancel