📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 01:27:15
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
vite
/
types
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/vite/types
🔄 Refresh
✏️
Editing: hot.d.ts
Writable
import type { InferCustomEventPayload } from './customEvent' export type ModuleNamespace = Record<string, any> & { [Symbol.toStringTag]: 'Module' } export interface ViteHotContext { readonly data: any accept(): void accept(cb: (mod: ModuleNamespace | undefined) => void): void accept(dep: string, cb: (mod: ModuleNamespace | undefined) => void): void accept( deps: readonly string[], cb: (mods: Array<ModuleNamespace | undefined>) => void, ): void acceptExports( exportNames: string | readonly string[], cb?: (mod: ModuleNamespace | undefined) => void, ): void dispose(cb: (data: any) => void): void prune(cb: (data: any) => void): void invalidate(message?: string): void on<T extends string>( event: T, cb: (payload: InferCustomEventPayload<T>) => void, ): void off<T extends string>( event: T, cb: (payload: InferCustomEventPayload<T>) => void, ): void send<T extends string>(event: T, data?: InferCustomEventPayload<T>): void }
💾 Save Changes
❌ Cancel