📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 00:50:40
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rollup
/
dist
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rollup/dist
🔄 Refresh
✏️
Editing: loadConfigFile.d.ts
Writable
import type { LogHandler, MergedRollupOptions, RollupLog } from './rollup'; export interface BatchWarnings { add: (warning: RollupLog) => void; readonly count: number; flush: () => void; log: LogHandler; readonly warningOccurred: boolean; } export type LoadConfigFile = typeof loadConfigFile; export function loadConfigFile( fileName: string, commandOptions: any, watchMode?: boolean ): Promise<{ options: MergedRollupOptions[]; warnings: BatchWarnings; }>;
💾 Save Changes
❌ Cancel