We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f7b49 commit 0d2bb17Copy full SHA for 0d2bb17
1 file changed
packages/sse/src/worker.ts
@@ -1,4 +1,9 @@
1
-import { SSEReadyState, type SSEReadyStateValue, type SSEOptions, type SSESourceFn } from "./sse.js";
+import {
2
+ SSEReadyState,
3
+ type SSEReadyStateValue,
4
+ type SSEOptions,
5
+ type SSESourceFn,
6
+} from "./sse.js";
7
8
// ─── Protocol types ───────────────────────────────────────────────────────────
9
0 commit comments