UNPKG

vite-plugin-react-server

Version:
9 lines 299 B
import type { MessagePort } from "node:worker_threads"; export type LoaderRegistration = { key: string; path: string; port: MessagePort; importMap?: string; }; export declare function registerLoaders(loaders: LoaderRegistration[]): void; //# sourceMappingURL=registerLoaders.d.ts.map