ordojs
Version:
A revolutionary web framework with compile-time optimizations and unified client-server development
11 lines • 356 B
TypeScript
/**
* @fileoverview OrdoJS HMR Client Runtime
*
* Client-side hot module replacement runtime that communicates with the dev server.
* This code gets injected into the browser during development.
*/
/**
* Generate HMR client runtime code
*/
export declare function generateHMRClientCode(port: number): string;
//# sourceMappingURL=hmr-client.d.ts.map