UNPKG

@ordojs/cli

Version:

Command-line interface for OrdoJS framework

11 lines 356 B
/** * @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