Skip to main content
Go to Latest
type alias EventTargetLike.RxJSSubject.Subscription
import { type EventTargetLike } from "https://deno.land/x/evt@v2.4.13/lib/types/EventTargetLike.ts";
const { Subscription } = EventTargetLike.RxJSSubject;
definition: { unsubscribe(): void; }