This repository has been archived on 2026-05-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
novarix-networks-homepage/node_modules/next/dist/server/dev/messages.d.ts
T
Kismet Hasanaj 34dc9aec52 .
2026-05-02 20:07:02 +02:00

4 lines
299 B
TypeScript

import { type BinaryHmrMessageSentToBrowser } from './hot-reloader-types';
export declare const FAST_REFRESH_RUNTIME_RELOAD = "Fast Refresh had to perform a full reload due to a runtime error.";
export declare function createBinaryHmrMessageData(message: BinaryHmrMessageSentToBrowser): Uint8Array;