import { EventSource } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.dom.d.ts";
type
{ prototype: EventSource; readonly CLOSED: number; readonly CONNECTING: number; readonly OPEN: number; new (url: string | URL, eventSourceInitDict?: EventSourceInit): EventSource; }