From 3c06c95f396b6e911076bc3291d5855ed01b5caa Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 20:18:30 -0700 Subject: cleanup and ready for launch --- source/library/fetcher/sse.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'source/library/fetcher/sse.ts') diff --git a/source/library/fetcher/sse.ts b/source/library/fetcher/sse.ts index c28436b..73a2da6 100644 --- a/source/library/fetcher/sse.ts +++ b/source/library/fetcher/sse.ts @@ -3,11 +3,19 @@ /*** IMPORT ------------------------------------------- ***/ -import { createClient, type Client, type ClientOptions } from "graphql-sse"; +import { + createClient, + type Client, + type ClientOptions +} from "graphql-sse"; /*** UTILITY ------------------------------------------ ***/ -import type { Fetcher, FetcherOptions, FetcherResult } from "./types.ts"; +import type { + Fetcher, + FetcherOptions, + FetcherResult +} from "./types.ts"; /*** EXPORT ------------------------------------------- ***/ -- cgit v1.2.3